z

Results 27 comments of z

I'm not sure I understand what you'd like to see added. Is there a reason why you can't use middleware to accomplish this?

Yeah that makes sense. Wanna PR? Happy to merge in your changes :)

I'm still not sure I understand the consequences of removing this, and am considering other alternate solutions to allow for more robust handling of things. I kind of like manually...

What I do in most of the examples is wait for `None` to get added to the queue, which I use as a sentinel. ``` while True: msg = ws.receive()...

This isn't the easiest project to test, sadly, but if you were interested in setting up a test case for your problem that would be amazingly helpful.

All the more reason we need a test suite to verify anything works as expected :)

It's non-blocking, usually faster and generally works how people expect.

I suppose that should be enumerated. I'm also interested in supporting the new asyncio library in Python 3, but haven't had time to play with it.

http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html

It should be pretty easy to support, uWSGI supports both.