Sergey Shepelev

Results 291 comments of Sergey Shepelev

Unfortunately, eventlet doesn't work well with python-socketio yet. This fix seems related #778 could you test it? `pip install https://github.com/SURFscz/eventlet/archive/f1902e7b3689419a7b4c19313b3bda2a3428805b.zip`

Unfortunately, it's a known issue without a good solution yet. If possible, try `monkey_patch(os=False)`.

`monkey_patch(thread=False)` or both?

Good news it reproduces on my machine. Bad news everything I tried so far doesn't help. Stay tuned.

When this issue is resolved, put a notice at https://stackoverflow.com/questions/40842877

Sorry for leaving this issue open.

On windows a local socket would probably work for subprocess synchronization.

> First of all currently it is not possible to use straight sphinx-build command to build documentation out of source tree It was never intended, just like running pytest or...

Only later I realized it was about special man output format, so everything above with `s/website/man/g`.