python-json-socket icon indicating copy to clipboard operation
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

![image](https://github.com/chris-piekarski/python-json-socket/assets/59417884/351191a5-8dbb-4063-9d85-117b22c5f58b) 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.