Skip to content

0.14.0

Compare
Choose a tag to compare
@dktapps dktapps released this 22 Sep 16:59
· 97 commits to stable since this release
ed27bfd

Changes since 0.13.x

  • PHP 8.0 is now required as a minimum.
  • Implemented #105 - new connecting sessions can replace a session in "disconnecting" state from the same IP/port - typically useful in client crash situations
  • Fixed custom disconnect messages sometimes not arriving on shutdown (race condition in channel handling #102)
  • Negative ping values are no longer reported to the server event listener. (This could happen if the client sent a pong with a timestamp in the future relative to server time.)