This commit is contained in:
@@ -432,7 +432,7 @@ export default function (io: SocketServer, router: types.Router) {
|
||||
|
||||
cb({ ok: true })
|
||||
|
||||
socket.broadcast.emit('clientChanged', socket.id, socketToClient(socket))
|
||||
namespace.emit('clientChanged', socket.id, socketToClient(socket))
|
||||
})
|
||||
|
||||
socket.on('disconnect', () => {
|
||||
|
||||
Reference in New Issue
Block a user