Hello fellows, I started to go into channels and I saw the example for multiplex chat but it is not excactly what I want and I will be happy if someone can point me in the right direction or show me an example. So I want to have many dynamically created rooms than will be destroyed after the session which the multiplexing example here <https://github.com/andrewgodwin/channels-examples/tree/master/multichat> takes care of. But want I specifically want to do is to have only 2 people in a room randomly matched and connected.
*Here is an example: * User1 clicks a button and user2 clicks the button too and so they are in something like a list with people that are online, then I randomly pick the 2 of them to connect to each other in a private room only for them which will be destroyed when they left Thank you in advance -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fae01772-7a30-4552-a104-0e5f519733de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

