Results 91 comments of Daniel Dunn

I have a modified version of the library in use that seems to handle ungraceful disconnect and suspend/wake just fine. I should probably do some more testing with different browsers....

I wonder if it wouldn't be helpful to add some of this to the unit tests? Could we create a loopback client that was modular and could​ be plugged into...

Line 312 in my version doesn't check fileno, and my version has the server thread named "WebsocketManager", so I'm guessing you're using a patched version? I think my version and...

Here's a proper fork that might be easier to test, that should be an exact copy and paste of what I've been using in production: https://github.com/EternityForest/WebSocket-for-Python EDIT: Just tested it...

Is this error still shutting down the entire server thread? Can we get a full traceback?

Update: looks like it doesn't always follow an error in once(). My current best guess is that maybe write uses a lot of stack space? I had a pretty small...

Yeah, I'm on linux and didn't have much trouble testing this. It shows up only on SSL for me and goes away if I wrap part of send in a...

@vvasuki could we add a replace('"""','\\"""') as a minimal way to correctly handle escaping any embedded triple quotes?

I really like the concept but it doesn't seem like there is any actual software available for it. If anyone is still interested, I'd be up for working on it....

Adding the ability to add/subtract would also make it easier to test for issues that may only occur after days. I think an addTime() function with a signed integer microseconds...