jaspervdj / websockets

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

Client: default to 30s for connection timeout #237

Closed domenkozar closed 6 months ago

domenkozar commented 6 months ago

Resolves #229

domenkozar commented 6 months ago

I've changed the unit to seconds, as we're already using seconds for pingThread. I usually prefer SI units, but here the second granularity is fine.