-
Notifications
You must be signed in to change notification settings - Fork 87
Reel::Server shutdown does not handle IOError #212
Comments
I vaguely recall this one. Have you happened to try the |
Still seeing this with 6.1. Initializing the reel server with super and a Reel::Server::HTTP class. Similar as to above.
Getting one error message on program exit for every time the server is shutdown. |
I'm not entirely sure that this rescue is in the right place but it does fix the issue. I did try putting it in handle_connection first but that was ineffective.
I've submitted a fix. |
Hey @chewi is there a build, or branch I can build to take a look at your fix? |
See #240. |
I'm not entirely sure that this rescue is in the right place but it does fix the issue. I did try putting it in handle_connection first but that was ineffective.
I'm not entirely sure that this rescue is in the right place but it does fix the issue. I did try putting it in handle_connection first but that was ineffective.
Reel::Server shutdown does not handle IOError
https://github.com/celluloid/reel/blob/master/lib/reel/server.rb
Example
Gems
The text was updated successfully, but these errors were encountered: