erlang_websocket icon indicating copy to clipboard operation
erlang_websocket copied to clipboard

WebSocket Server and Client implementation in Erlang/Mochiweb

Results 3 erlang_websocket issues
Sort by recently updated
recently updated
newest added
trafficstars

So built project will have no dirty state.

I have found a problem: websocket_client fails to properly parse messages if server sends them in rapid succession. I have a Jetty WebSocket Java server that generates Json messages. I...

If I call websocket_client:start(Host, Port, ?MODULE), but server is not running, the API generates exception: *\* exception exit: {badmatch,{error,econnrefused}} in function websocket_client:init/1 (d:/DAVEBR~1/src/websocket_client.erl, line 46) in call from gen_server:init_it/6 (gen_server.erl,...