Closed sjstein closed 4 years ago
This code snippet within tpMonitor appears to have a socket close which is not needed. Possibly vestiges of older style of client/server comms wherein the socket would be opened and closed for each message handshake.
if logging: f.close() s.close()
This code snippet within tpMonitor appears to have a socket close which is not needed. Possibly vestiges of older style of client/server comms wherein the socket would be opened and closed for each message handshake.