python-socketio icon indicating copy to clipboard operation
python-socketio copied to clipboard

Update server.rst

Open StephenSJBrown opened this issue 5 years ago • 1 comments

Mentioned that rooms are created in the global default namespace and take an optional argument "namespace" to define the namespace the room is created in.

StephenSJBrown avatar May 31 '20 17:05 StephenSJBrown

Thanks. There are a few other sections in which I have never written the "and this also works for namespaces" bit. In part it was intentional, because for 99% of the users namespaces are an unnecessary complication.

I'll review your suggestion and will probably reorganize the docs so that I can discuss the other functions that also have namespace support.

miguelgrinberg avatar Jun 01 '20 13:06 miguelgrinberg