You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, if we create a static instance of a WiFi object, it will fail because its constructor assumes the presence of a valid runtime. We now have at least two instances of this causing trouble for users. Change the implementation of WiFi to allow it to have late initialization.