Missing module name in bmproto

master
Peter Šurda 6 years ago
parent e8d9a7f183
commit 7bde4e9445
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -280,7 +280,7 @@ class BMProto(AdvancedDispatcher, ObjectTracker):
self.object.checkEOLSanity()
self.object.checkStream()
except (BMObjectExpiredError, BMObjectUnwantedStreamError):
for connection in BMConnectionPool().inboundConnections.values() + BMConnectionPool().outboundConnections.values():
for connection in network.connectionpool.BMConnectionPool().inboundConnections.values() + network.connectionpool.BMConnectionPool().outboundConnections.values():
try:
del connection.objectsNewtoThem[hashId]
except KeyError:

Loading…
Cancel
Save