sockjs-tornado
sockjs-tornado copied to clipboard
WebSocket emulation - Python server
`sockjs-tornado`-`v1.0.7` has been [available on PyPI since April][1], but the corresponding tag has [not been pushed to github][2]. That makes it hard for alternative package managers to bundle the code....
When I try to send data to each connection, it is easily to occur AssertionError when sending. ```python Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/threading.py", line...
SockJS-Tornado is really cool project and I'm very glad to use it. But Ive got the problem related to the path kwargs . For example: Everything works fine If I...
After switching to the latest tornado and sockjs-tornado stuck with this exceptions. First one comes from `SockJSWebSocketHandler._execute` ``` e:net05 140923 08:51:07 [http1connection:53] Uncaught exception Traceback (most recent call last): File...
Eg from our stderr: ERROR:tornado.general:Attempted to attach to session 7ceo057h (::1) from different IP (127.0.0.1) ERROR:tornado.general:Attempted to attach to session 60qsy81d (127.0.0.1) from different IP (::1) I do a simple...
On server run, this is the trace returned : ``` python server.py Traceback (most recent call last): File "server.py", line 10, in from sockjs.tornado import SockJSRouter File "/Users/mohit/anaconda/envs/py34/lib/python3.4/site-packages/sockjs/__init__.py", line 20,...
I'm installing this in my project using ```pip``` and version 1.0.3 (lastest shown here: https://pypi.python.org/pypi/sockjs-tornado) However I noticed that I don't get the latest files. In particular I'm affected by...
Is this supported? https://github.com/getsentry/raven-python/blob/master/docs/integrations/tornado.rst I tried but it does not report errors to the Sentry in classes that extend SockJSConnection. Thanks
If you send a message of 131069 bytes or more (don't ask why), the websocket connection will forcibly disconnect. #### To reproduce Apply the attached [patch.txt](https://github.com/mrjoes/sockjs-tornado/files/448130/patch.txt) to HEAD, run the...