connector

This commit is contained in:
4tochka 2019-05-07 02:17:19 +04:00
parent 774f3808a1
commit 3067f58748

View File

@ -53,6 +53,7 @@ class BlockLoader:
if not self.worker_busy[i]:
self.worker_busy[i] = True
try:
self.log.warning("<<<<<")
self.pipe_sent_msg(self.worker[i].writer, b'get', batch)
finally:
self.worker_busy[i] = False