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

Switch IO reactor to nio4r #1728

Merged
merged 9 commits into from Mar 20, 2019
Merged

Switch IO reactor to nio4r #1728

merged 9 commits into from Mar 20, 2019

Commits on Feb 20, 2019

  1. Switch IO reactor to nio4r

    This moves away from IO.select to using nio4r to allow the reactor to
    scale beyond 1024 active clients. This happens when folks are using
    websockets usually.
    evanphx committed Feb 20, 2019
    Copy the full SHA
    e83a495 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d68f4b4 View commit details
    Browse the repository at this point in the history
  3. Naming clarifications

    evanphx committed Feb 20, 2019
    Copy the full SHA
    34aa2c6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    404e9e6 View commit details
    Browse the repository at this point in the history
  5. Fixup some busted testsn

    evanphx committed Feb 20, 2019
    Copy the full SHA
    37c9c1b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Copy the full SHA
    2f5ecb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f567469 View commit details
    Browse the repository at this point in the history
  3. More more jruby bits

    evanphx committed Feb 21, 2019
    Copy the full SHA
    5b2668a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Copy the full SHA
    49f3a4f View commit details
    Browse the repository at this point in the history