python-json-socket
python-json-socket copied to clipboard
JSON messaging based socket interface with multi-threaded server and client
Results
2
python-json-socket issues
Sort by
recently updated
recently updated
newest added
 ASCII, seriously? Wtf dude, why not UTF8? You want to break everything if someone will use, for example, russian language?
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.