connector
This commit is contained in:
parent
774f3808a1
commit
3067f58748
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user