Re-work client drop (protocols.py) fix
This commit is contained in:
parent
dcebdbaa10
commit
b122b73e66
@ -68,7 +68,7 @@ class SyncClientProtocol(JSONCommandProtocol):
|
|||||||
|
|
||||||
def dropWithError(self, error):
|
def dropWithError(self, error):
|
||||||
self._client.protocolFactory.stopRetrying()
|
self._client.protocolFactory.stopRetrying()
|
||||||
self._client.drop()
|
self.drop()
|
||||||
self._client.stop(error)
|
self._client.stop(error)
|
||||||
|
|
||||||
def _extractHelloArguments(self, hello):
|
def _extractHelloArguments(self, hello):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user