Skip to content

Commit

Permalink
Fixed possible except when websocket connection was not properly hand…
Browse files Browse the repository at this point in the history
…shaked.
  • Loading branch information
mrjoes committed Nov 7, 2011
1 parent 02c4339 commit 67d1016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tornadio2/persistent.py
Expand Up @@ -21,6 +21,7 @@ class TornadioWebSocketHandler(WebSocketHandler):
"""Websocket protocol handler"""
def initialize(self, server):
self.server = server
self.session = None

logging.debug('Initializing %s handler.' % self.name)

Expand Down

0 comments on commit 67d1016

Please sign in to comment.