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 example not working, echo.websocket.org is down. #224

Closed bmacho closed 6 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 6 months ago

Should be working now.