You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
4e12b7f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The intention here is to allow the detail file reader to be a "one-shot' thing. i.e. read a file, and then stop.
So non-daemon mode, and also not waiting infinitely for more data.
There is no other way for a listener to signal that there's no more work to do, and the server should exit. We had discussed this use-case on Tuesday,
4e12b7f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep this was added back in, in a slightly nicer way in def5134.