Skip to content
  • Tiago's avatar
    making the selector closer to the nio4r pure ruby selector · be39f6b9
    Tiago authored
    Some requests were hanging because some connection with read interests
    were only on the writers selector. This issue manifested itself in high
    load scenarios.
    
    The fix is not the most performant, but it does the job: only set write
    interest when connecting, otherwise read/write. This increases the
    number of wakeups, but at least we have correctness.
    be39f6b9