John Anderson
John Anderson
Can you provide an example of what you are doing so we can reproduce this? Also, you aren't working out of a virtualenv? You are installing it directly to your...
Yeah, looks like yoiu are still running the pypi version of gevent_socketio, I don't have this issue running master. I opened 2 python webkit browsers and a chrome browser to...
@Irooniam Do you still have this issue?
The setup.py already has the dependencies defined, so with pip you can pip install -e . and get them all, a requirements.txt isn't required. If we moved to maintaining a...
@balboah I had issues with that commit as well but I thought we had fixed it since then. I'll do some testing.
Yeah, multiple workers are broken.
@dswarbrick Yeah, that makes sense. We could definitely make an extension that does the transaction handling manually, so it would open, try/except, rollback or commit on every single call to...
@wuzuf Want to separate out the chat example into its own project so that we can include it as a good way to use gevent-socketio?
@philipn @ultrabug I'd like to discuss this more with you guys if you are interested. I have some spare time now. I think we should support scalable datastores for broadcasting...
@philipn What exactly were you thinking here? I'm not quite clear on what you would want