Skip to content

Commit

Permalink
Merge pull request #381 from cfillion/master
Browse files Browse the repository at this point in the history
Fix a typo in websocket/protocol.py (s/taxio/txaio)
  • Loading branch information
Tobias Oberstein committed Apr 15, 2015
2 parents c94500c + a90f88b commit 552986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobahn/websocket/protocol.py
Expand Up @@ -839,7 +839,7 @@ def onCloseFrame(self, code, reasonRaw):
# When we are a client, the server should drop the TCP
# If that doesn't happen, we do. And that will set wasClean = False.
if self.serverConnectionDropTimeout > 0:
call = taxio.call_later(
call = txaio.call_later(
self.serverConnectionDropTimeout,
self.onServerConnectionDropTimeout,
)
Expand Down

0 comments on commit 552986a

Please sign in to comment.