slact
slact
I need more information that this. What were the errors? How did you disable websockets? What browser are you using?
Okay, I see what's happening here. The fallback mechanism is just for browser-side support, not for server-side errors. This is because there's no consistent way to tell if a 4xx...
I think it makes sense to try fall-back subscribers if the handshake fails. However, long-polling doesn't have a handshake, so I can't distinguish between a failed request and failed "handshake"....
Please open a pull request so that we can hash out these changes.
Please try version 1.3.5, many Redis-related issues were fixed since 1.2.8
> Q1: It is possible to delete a message by its id from a channel, without removing a channel? No. > Q2: it's possible to announce all subscribers of the...
Editing the message buffer is currently not possible, apart from trimming off the end. This isn't going to change in Nchan version 1.x. I am, however working on taking Nchan...
I'd like to look at the first coredump, the second is not important. I'll need the coredump and the Nginx binary, as well as your OS version. Send me a...
Got a a fix for you to try in [fix-488](https://github.com/slact/nchan/tree/fix-488). A stack overflow _was_ possible there for a backed-up websocket subscriber. Please build from that branch and let me know...
Thanks for the detailed report, I'm looking into this.