Re-work client drop (protocols.py) fix

This commit is contained in:
Etoh 2014-02-19 20:39:33 +00:00
parent dcebdbaa10
commit b122b73e66

View File

@ -68,7 +68,7 @@ class SyncClientProtocol(JSONCommandProtocol):
def dropWithError(self, error):
self._client.protocolFactory.stopRetrying()
self._client.drop()
self.drop()
self._client.stop(error)
def _extractHelloArguments(self, hello):