We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems like the connection event is not exposed, I can't access it. For example, I want to do:
connection
ctx.websocket.on('connection', function(ws, req){ console.log("connected"); )}
but this doesn't seem to work.