In v3, half the documentation pages and half the examples have `io.on("connect, ...)`, while the other half has `io.on("connection", ...)` Which one is right?
In v3, half the documentation pages and half the examples have
io.on("connect, ...), while the other half hasio.on("connection", ...)Which one is right?