Skip to content

Conversation

@wulczer
Copy link

@wulczer wulczer commented Feb 14, 2011

if you call loseConnection on the WebSocketTransport it passes it on to the underlying Request, which then errbacks the notifications obtained with notifyFinish(), and WebSocketTransport then gets connectionLost on itself... and tries to call self._handler.connectionLost(), but the handler is already deleted.

I think you don't have to delete the handler in loseConnection, because connectionLost is going to be called anyway, so you can do it there.

@cnotin
Copy link

cnotin commented Mar 1, 2011

I have the same problem here. Please pull it :)

@dervsh
Copy link

dervsh commented May 21, 2011

here is my solution dervsh@3545c8d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants