Skip to content

1.1.0

Choose a tag to compare

@mworrell mworrell released this 11 Jan 10:40
· 8 commits to main since this release

Fix for a race condition where multiple readers could in certain conditions advance the reader-counter beyond the writer-counter. This is solved by introducing reader synchronization. The readers are now synchronized using messages to the buffer process.

Also extra tests and more documentation.