Skip to content

v11.2.0

Choose a tag to compare

@jondubois jondubois released this 24 Apr 22:48
· 207 commits to master since this release
  • Added support for new pingTimeoutDisabled option on the client which can be used to prevent the client socket from disconnecting itself because of a ping timeout.
  • Improved memory efficiency by clearing all pending timeouts as soon as the underlying transport socket closes (instead of allowing them to timeout on their own).