Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiplex example error #92

Open
alexus85 opened this issue Oct 10, 2015 · 0 comments
Open

multiplex example error #92

alexus85 opened this issue Oct 10, 2015 · 0 comments

Comments

@alexus85
Copy link

Hi there,

I'm just testing the multiplex example, and I have noticed that every time I
send any message to the last channel (Carl's) , I get this error:

Traceback (most recent call last): File "D:..\tornado\transports\websocket.py", line 60, in on_message self.session.on_messages(msg) File "D:..\tornado\session.py", line 418, in on_messages self.conn.on_message(msg) File "I:..\examples\multiplex\multiplex.py", line 59, in on_message session.on_message(parts[2]) File "I:..examples\multiplex\multiplex.py", line 17, in on_message self.conn.on_message(msg) File "D:..s\sockjs\tornado\conn.py", line 36, in on_message raise NotImplementedError()

I know that the connection is closed, but it doesn't work even after removing the self.close() from CarlConnection. Any ideas as why it's happening?

  • python version : 2.7.5
  • I have installed sockjs-tornado package using pip.
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

No branches or pull requests

1 participant