Jeffrey Yustman

Results 1 issues of Jeffrey Yustman

**Describe the bug** `io.to([]).emit("hello")` sends to everybody instead of nobody **To Reproduce** Socket.IO server version: `4.6.1` *Server* ```js import { Server } from "socket.io"; const io = new Server(3000, {});...

enhancement