** (MatchError) no match of right hand side value: {:http_error, "{\"op\":\"connection\",\"connectionId\":\"203-270420013200-944388\"}\r\n"}
(socket 0.3.13) lib/socket/web.ex:251: Socket.Web.connect!/3
But its not an error. The server accepts my connection, but elixir-socket returns an error.
I'm trying to connect to a socket (ssl)
But I'm facing with this error:
But its not an error. The server accepts my connection, but elixir-socket returns an error.