We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mostly you should be able to avoid the need for this and use some of the modern alternative solutions for most use cases, e.g. https://gist.github.com/raggi/ff7971991297e5c8a1ce or http://old.blog.phusion.nl/2013/01/23/the-new-rack-socket-hijacking-api/ and avoid the whole eventmachine async life. Puma works real well.
Anyway, if you need this, rely on it, and would be willing to help maintain, leave a note here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mostly you should be able to avoid the need for this and use some of the modern alternative solutions for most use cases, e.g. https://gist.github.com/raggi/ff7971991297e5c8a1ce or http://old.blog.phusion.nl/2013/01/23/the-new-rack-socket-hijacking-api/ and avoid the whole eventmachine async life. Puma works real well.
Anyway, if you need this, rely on it, and would be willing to help maintain, leave a note here.
The text was updated successfully, but these errors were encountered: