Skip to content

Fixes #58: Server gevent mode internal calls hang

Tiago Coutinho requested to merge issue-58 into develop
  • worker checks if it is in gevent thread. If so simply executes tasks
  • serialize requests coming from clients to prevent blocking issue

Merge request reports