quanguyen
quanguyen
Hi Brian, The version is _1.0.22_. I verified by printing out: > console.log(require('websocket').version) Below is my code outline: ``` "use strict" const PORT = SOME_PORT var http = require("http") var...
No, I cannot push my connection in the request handler, which is too early. Before pushing to `connections`, I need to verify it with `// Do some logic...`. If I...
> Have a look at `waitForConnections` and `queueLimit` pool options. Your queries should not hang but fail 😉 > > You can also listen the pool events to get an...