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
when i run the code and check if port 443 is running, it says its closed, it i restart my server its open again until i run the program itll close the port immediately
when i run the code and check if port 443 is running, it says its closed, it i restart my server its open again until i run the program itll close the port immediately
from my short research it looks like SO_REUSEADDR needs to be implemented, but im not sure how
https://docs.python.org/3/library/socket.html
The text was updated successfully, but these errors were encountered: