Skip to content

v7.1.0

Compare
Choose a tag to compare
@MidLevel-Bot MidLevel-Bot released this 17 Dec 07:43
· 153 commits to master since this release
defbae6

7.1.0 (2019-12-17)

Bug Fixes

  • Added safety check for dead channels (31473c1)
  • Fixed channels array not being alloced (82c3b2a)
  • Fixed connection being recycled before disconnect event is consumed (defbae6)
  • Fixed disconnect releasing events before marking a connection as dead (28f8e19)
  • Fixed enum type checking when sending ChannelTypes (d23628a)
  • Fixed typo in logging (29e24d4)
  • Removed realloc of channels array (3cd0fdc)

Features

  • Added option to disable reusing of channels (24a3695)

Performance Improvements

  • Removed channel pool alloc when ReuseChannels is disabled (4b729f9)