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
It will be noted that errors in connection can leave the python socket server up and running in the background, and lsof -i :9876 is required to find the process to kill.
Investigation is needed to find out how to shut down cleanly when certificates errors or other problems are encountered.
The text was updated successfully, but these errors were encountered:
It will be noted that errors in connection can leave the python socket server up and running in the background, and lsof -i :9876 is required to find the process to kill.
Investigation is needed to find out how to shut down cleanly when certificates errors or other problems are encountered.
The text was updated successfully, but these errors were encountered: