v2.4.1
Pre-release
Pre-release
Improvements
- Previously the backend worker thread would read all the log messages from the queue but not read the log messages when
the buffer had wrapped around. It will now read all the messages. - Removed the
min_available_bytes
cache from the SPSC queue as an optimisation. It is not needed anymore as we now
read all messages at once instead of reading message by message.