Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further fixes unveiled after fix for bug #182 #191

Merged
merged 2 commits into from May 29, 2017

Commits on Mar 31, 2016

  1. Copy the full SHA
    843ba58 View commit details
    Browse the repository at this point in the history
  2. Fixed usage of system-level poll().

    The bug in compat.py was unveiled after fixing bug tomerfiliba-org#182 and observing spinning processes. After that, the poll() call in server.py became too slow (1s instead of 1ms), leading to timeouts. The new value allows for not spinning too fast yet reacting quickly to new incoming connections.
    glpatcern committed Mar 31, 2016
    Copy the full SHA
    12544f4 View commit details
    Browse the repository at this point in the history