We recommend upgrading to this version, or cherry-picking the changeset to your vendored version if possible.
-
Fixes
- Handle cleanup cases in
Offer
andDropIdleTail
forsingleConnectionHeap
. (Github #318) - Unlock the mutex in
singleConnectionHeap.Poll
if called after cleanup. (Github #323) thanks to linchuan4028
- Handle cleanup cases in
-
Changes
- Removes support for versions prior to Go v1.12 due to incompatibility in the testing library we use. Go v1.9+ should still work, though they will not be tested in our tests.