-
Notifications
You must be signed in to change notification settings - Fork 574
Closed
Description
The description is based on messages from [chan] bitmessage
but I've seen it myself a couple of weeks ago (I thought it's related to my #1394 - wrongly).
Changes proposed today:
diff --git a/src/network/connectionpool.py b/src/network/connectionpool.py
index e599cdf..c5ba701 100644
--- a/src/network/connectionpool.py
+++ b/src/network/connectionpool.py
@@ -93,7 +93,7 @@ class BMConnectionPool(object):
del self.inboundConnections[connection.destination.host]
except KeyError:
pass
- connection.close()
+ connection.handle_close()
def getListeningIP(self):
if BMConfigParser().safeGet("bitmessagesettings", "onionhostname").endswith(".onion"):
Metadata
Metadata
Assignees
Labels
No labels