Valery Romusik

Results 4 comments of Valery Romusik

I also ancounted such error when sending russian letters through websocket. After observing utf8validator.py I found that by default Utf8Validator of pure Python implementation is used and there is import...

Hello. After trying new release the issue still remains on python 3.7: gevent==1.4.0 uWSGI==2.0.18 [uwsgi] chdir = /app http-socket = /tmp/{home_user}-websocket.sock master = true chmod-socket = 666 no-orphans = true...

@a-feld Thank you for your help and comment. The real reason of my Segmentation Fault turned out in misconfigured uwsgi ini file.

@sylvioneto , @tianlilong , @kmans As I remember I've change threads and processes by workers. There's working config for me below: ``` [uwsgi] chdir = /app http-socket = /tmp/{home_user}-websocket.sock master...