1.1.0
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.