found stray send without a noblock

This commit is contained in:
fawce
2012-02-14 13:45:10 -05:00
parent 5f1e926e04
commit 13adb810dd
+1 -1
View File
@@ -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)