Closed bmacho closed 11 months 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.
Should be working now.
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.