-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: force flush non-overflowed in-memory buffers (#310)
* feat: force flush non-overflowed in-memory buffers * fix: increase shutdown period NOTE: necessary for safely handling force flush to disk * log: successful force flush * doc: update comment * fix: `try_recv` to trigger storage flush NOTE: needs to be verified for any realistic possibility of data loss * fix: ignore empty buffers * fix: write not read buffer * fix: ignore empty write buffers * fix: wait max 2 secs for data flushed from bridge
- Loading branch information
Devdutt Shenoi
authored
Dec 1, 2023
1 parent
ac2eb24
commit 4b89737
Showing
3 changed files
with
31 additions
and
3 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
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