Asyncore updates
- fix connected to myself check
This commit is contained in:
parent
0aa5dbd958
commit
1ccfd41c3f
|
@ -428,6 +428,7 @@ class BMProto(AdvancedDispatcher, ObjectTracker):
|
||||||
errorText="I'm connected to myself. Closing connection."))
|
errorText="I'm connected to myself. Closing connection."))
|
||||||
logger.debug ("Closed connection to %s because I'm connected to myself.",
|
logger.debug ("Closed connection to %s because I'm connected to myself.",
|
||||||
str(self.destination))
|
str(self.destination))
|
||||||
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user