You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node implementation uses a persistent connection handled by socket.io through web/flash sockets or long polling. AFAIK twisted doesn't support persistent http connections and its websocket support is spotty at best. I looked into reimplementing the twisted server with a framework such as Autobahn or Tornado, but I've put those plans on the backburner for now.
Are there any plans for implementing a persistent connection backend?
The text was updated successfully, but these errors were encountered: