Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix endless file reading even with a set stop event
Problem: when a dlt file always has incoming dlt messages, the file reading fails to stop even when users set the stop_reading_event. Because we dont check the status of stop_reading_event while reading dlt file returns OK, so the set stop_reading_event wont be perceived Solution: while reading dlt file returns OK, we have another check of the status of stop_reading_event, so that the reading could be stopped accordingly
- Loading branch information