-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
@houshuang
This is less of an issue and more of a request for information about how something works. I can move it from here and put it into documentation along with the answer when I have it.
For the websocket connections to students, how does that work? For a session, there is one websocket open and through this, multiple students or groups can connect to the session. When you want to send information to a group that is different from another group, how does this work? Is the information sent to all the groups and then on that side it is filtered or is there something that is done on the sending side that could allow it to just be sent to one group?