mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-08 11:16:58 +08:00
found stray send without a noblock
This commit is contained in:
+1
-1
@@ -472,7 +472,7 @@ class TransformsMerge(object):
|
||||
self.data_buffer.drain()
|
||||
|
||||
#signal to client that we're done
|
||||
self.result_socket.send("DONE")
|
||||
self.result_socket.send("DONE", zmq.NOBLOCK)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user