jaspervdj / websockets

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

Client example not working, echo.websocket.org is down. #224

Closed bmacho closed 11 months ago

bmacho commented 2 years ago

That service URL is hardcoded in https://github.com/jaspervdj/websockets/blob/master/example/client.hs . Right now e.g. websocket-echo.com is working, but you might want to open it as an argument instead of hardcoding it (or both), or even run an own example service.

domenkozar commented 11 months ago

Should be working now.