Deep Aerial

Results 12 comments of Deep Aerial

Okay, I understand. I've also tried this on uwsgi server but the outcome is the same. Is there any simple way to reimplement this?

I've tried to substitute `data = sock.read(length)` with `data = sock.readline()` and it looks like it works wit uwsgi. But on gunicorn server I recieve this error: ```python Traceback (most...