websocket.nim icon indicating copy to clipboard operation
websocket.nim copied to clipboard

websockets for nim

Results 8 websocket.nim issues
Sort by recently updated
recently updated
newest added

Does this data have to be freed manually? If so, how?

When I receive data from the websocket that has a null result, the program crashes. In the attached test case, if you comment out the line that sends the subscribe...

hello, at the beginning I was very happy because while reading the code I found that the protocol was respected. But when I used this with webview or the firefox...

Nagle algorithm disable it possible if exists at all xD

I have a simple jester webapp that uses a route as websocket. Client connecting to server throws an exception: ``` ~/src/nim/karax-test % ./agent /home/rk/src/nim/karax-test/agent.nim(11) agent /home/rk/src/nim/Nim/lib/pure/asyncmacro.nim(311) main /home/rk/src/nim/Nim/lib/pure/asyncmacro.nim(34) main_continue /home/rk/src/nim/karax-test/agent.nim(6)...

websocket.nim version: 0.3.3 Nim version: 0.18.0, devel 1. Create a server and client from the docs samples: - http://niv.github.io/websocket.nim/docs/0.3.3/websocket/client.html#example - http://niv.github.io/websocket.nim/docs/0.3.3/websocket/server.html#example 2. Compile and run the server and client. 3....

websocket-0.3.5 latest version Everytime enters the index.html again causes ``` [Warning] WS negotiation failed: the only supported sec-websocket-version is 13 pmserver.nim(157) pmserver pmserver.nim(141) serve asyncdispatch.nim(1656) waitFor asyncdispatch.nim(1516) poll asyncdispatch.nim(1282) runOnce...