wsify
wsify copied to clipboard
Just a tiny, simple and real-time self-hosted pub/sub messaging service
goRoutineAction handle readjson, and readjson err will close chan. after this time ``` if err := conn.WriteJSON(msg); err != nil { debug("A message cannot be published to (" + key...
Anybody know Websocketify (wsify) v2.0 Per second exact how much message can handle??
for detecting broken connections we can use ping / pong mechanism. > If the WebSocket connection supports ping & pong (i.e. advertises itself as draft 01 or above), Channels will...
when i run:wsify --events="", everything goes correct but after i run:wsify, i can't connect to wsify anymore.