Closed woshidama323 closed 3 years ago
I would have to look up the 404 message. Perhaps you actually do connect. But since you immediately exit and close, which http response would you actually expect?
@hustf I need to keep the ws connection alive always and can read the message from the ws server continually. You mean client had already connected to the ws server ? I will test it again
Env ubuntu18.4 Julia 1.2
Question: When using websocket like this below I got an error
But the websocket server is ok and I can access this server by using command ws ws "ws://localhost:9050/ws"
So, what's the reason ?