Looking at the docs, you can only emit to the sender, or broadcast to the room excluding the sender. Would it be possible to add something like withRooms(id).emit()?
I realise i can probably do
client.emit()
withRooms(id).broadcast()
but having to remember to call both could be prone to errors.
What do you think?
