Skip to content
Snippets Groups Projects
Commit 20eaccf7 authored by Chris Hines's avatar Chris Hines
Browse files

socket.recv does not work how I though it did

parent 5c03c29b
No related branches found
No related tags found
4 merge requests!77Revert "disable agressive kill and restart",!35Dev,!26Dev,!25Dev
Pipeline #10385 passed
......@@ -211,7 +211,7 @@ class TWSProxy(threading.Thread):
in particular
Datagram sockets in various domains (e.g., the UNIX and Internet domains) permit zero-length datagrams. When such a datagram is received, the return value is 0.
"""
logger.debug('msglength 0, sending 0 {} {}'.format(src,dest))
#logger.debug('msglength 0, sending 0 {} {}'.format(src,dest))
dest.send(buff)
#dest.shutdown(shuttype)
#initshutdown.set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment