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

Pure Ruby EM fixes #707

Merged
merged 3 commits into from
Apr 4, 2016
Merged

Pure Ruby EM fixes #707

merged 3 commits into from
Apr 4, 2016

Conversation

portertech
Copy link
Contributor

This pull request:

  • Moves schedule_close() to Selectable (fixing EM socket close())
  • No-op stubs set_pending_connect_timeout() to allow some software/libraries to work with the pure Ruby EM reactor until it is properly implemented
  • Fixed close_connection() to allow closing a nonexistent connection (matching C reactor)

@sodabrew sodabrew added this to the v1.2.1 milestone Apr 4, 2016
@sodabrew
Copy link
Member

sodabrew commented Apr 4, 2016

You're a hero for helping with the pure Ruby reactor!

@sodabrew sodabrew merged commit a5e9d18 into eventmachine:master Apr 4, 2016
@portertech portertech deleted the hotfix/pure_ruby branch April 4, 2016 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants