jaspervdj / websockets

A Haskell library for creating WebSocket-capable servers
http://jaspervdj.be/websockets
BSD 3-Clause "New" or "Revised" License
407 stars 113 forks source link

Add ping-pong implementation that handles stale connections. #239

Closed domenkozar closed 9 months ago

domenkozar commented 9 months ago

Because the Server used only pong implementation it's not possible to keep backwards compatibility with the new implementation that also does pinging.

Fixes #159

cc @jaspervdj