forked from zendesk/samson
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
System IO raises an EOFError when reading from a closed socket, which happens when we close a long running connection listening for pod events. Celluloid transforms EOFError into MailboxShutdown and terminates the actor quietly. We ned to rescue EOFError before it gets to Celluloid.
- Loading branch information
Maciek Sufa
committed
Nov 26, 2015
1 parent
44e7874
commit 77631e6
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters