fix: snapshot
This commit is contained in:
parent
91c62785fd
commit
dac5662f77
@ -243,7 +243,7 @@ class ServerNetService(threading.Thread):
|
||||
|
||||
if request == b"SNAPSHOT_REQUEST":
|
||||
# Sending snapshots
|
||||
for key, item in self._rep_store:
|
||||
for key, item in self._rep_store.items():
|
||||
self.snapshot.send(identity, zmq.SNDMORE)
|
||||
item.push(self.snapshot)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user