pgesmd_self_access
pgesmd_self_access copied to clipboard
When i run this code it disabled my port 443
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
i think i fixed it!!

the allow_reuse_address = true needed to be aded before the function, now my port stays open!