-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hello,
thanks for this pgm.
I have an issue with spawning server threads using the class Server. e.g., in a case like:
while True:
server.accept()
ct=sThread(server.client)
ct.run()
I guess that optimally we would like server.client to be able to send JSON over TCP in the optimal way afforded by the class Server. But...
It seems to me that server.client is, because of the definition of Server.accept(), an instance of the regular socket class. That is, it is not an instance of your improved for JSON socket class, not an instance of Server.accept(). Am I right?
Thank you
Metadata
Metadata
Assignees
Labels
No labels