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
Because the library ignores the Applet's "dispose" library function, the server websocket is never closed, and it's impossible to run a sketch in Python Mode a second time. The library should guarantee that any sockets it has created are properly disposed when a sketch stops.