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
This API tries to implement everything: polling, web socket HTTP server, etc. This can make it hard to use in circumstances (GAE) where only the raw API is required. I propose separating the servers out and focusing on just a stateless API.
(The specific reason GAE doesn't work is referenced in the GAE incompatibility issue)