-
Bug
-
Resolution: Fixed
-
P3
-
14
-
b26
If an Eventstream is started by a call to startAsync() and then closed(), the thread that parses events on disk doesn't terminate unless there is at least one more event that can be read. Eventually the thread will die when the current chunk ends, but it can take days for that to happen if there are no events emitted.