I was writing something and came across a problem. I need a way to get the id of every socket in a room.
According to stackoverflow there used to be a way to do this. It should really be standard.
A list(room) method on the adapter would do nicely since that's the place where you normally work with rooms. I might submit a pull request before anyone comments on this, but it can always be updated later.