flask-gevent-socketio-chat icon indicating copy to clipboard operation
flask-gevent-socketio-chat copied to clipboard

Minimal example of using Flask with python-gevent

Results 4 flask-gevent-socketio-chat issues
Sort by recently updated
recently updated
newest added

I'm getting a unicode error. Log file as referred below. ``` UnicodeError: ('The value must be a native string', 'Access-Control-Max-Age', 3600) Fri Jul 28 12:34:22 2017

I've tried to install it step by step, but always got stuck when using `pip install -r requirements.txt`. I found the reason was because of the version of gevent. After...

I had that before the small patch : ⚫ gbin@sal flask-gevent-socketio-chat % python server.py Listening on http://localhost:8080 DEPRECATION WARNING: use resource instead of namespace Traceback (most recent call last): File...