Skip to content

v11.2.0

Compare
Choose a tag to compare
@jondubois jondubois released this 24 Apr 22:48
· 194 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).