fish2000 / django-signalqueue

Truly asynchronous Django signals!
http://github.com/fish2000/django-signalqueue
BSD 3-Clause "New" or "Revised" License
54 stars 4 forks source link

Admin status widget jQuery module's WebSockets intermittently and silently stops reporting #2

Open fish2000 opened 12 years ago

fish2000 commented 12 years ago

For a full description, see also: http://stackoverflow.com/questions/7054536/problems-when-storing-websocket-connection-handle-objects-using-jquery-data/7374974#7374974

You can see the errors in the JavaScript console -- the WebSocket object somehow becomes invalid under conditions not easily determined.

fish2000 commented 12 years ago

NB -- wrapping native web sockets with socket.io seems like the way forward, in this arena.