Skip to content

Icepeak v2.0.0

Compare
Choose a tag to compare
@robbert-vdh robbert-vdh released this 31 May 15:25
· 50 commits to master since this release

What's Changed

  • Prefix all server modules with Icepeak.Server by @robbert-vdh in #111

  • Avoid O(n^2) time broadcast' by replacing Writer by @robbert-vdh in #112

  • Add WebSocket time-out handling using the ping mechanism @robbert-vdh in #113

    The default timeout is 30 seconds, meaning that if a client doesn't respond to a ping within 30 seconds the connection gets terminated. This timeout interval can be tweaked with the --websocket-pong-timeout option, and the behavior can be disabled completely by setting --websocket-ping-interval to 0.

New Contributors

Full Changelog: v1.5.0...v2.0.0