Skip to content

Threading bug fix release

Compare
Choose a tag to compare
@Jroland Jroland released this 05 Apr 06:47
· 58 commits to master since this release

kafka-net Release Notes

Version 0.9.0.14

Fix memory leak in NagleBlockingCollection.
Timeout does not reset when new data is added.
Fix thread contention when producer has many threads loading data into it's buffer.
Fix many deadlock senarios on cancelling and disposing.
More unit tests around threading.