python-json-socket
python-json-socket copied to clipboard
Server Stop Blocked
Client threads block server from exiting and terminating client connections. Need to try and fork client threads as a daemon so they are stopped when main thread exits.