Hey guys,I'm working on a application within AFCS that requires all
users to be connected to the same room (I have a general chat room), but
then also allows users to send private messages to each other. However,
as you likely know, when using a shared model, all messages get
broadcast to everyone within the room, which is not the experience that
I want.I knew that SimpleChat had very similar functionality, so I dug
into it a bit.I'm going to assume that you guys ran into the same
problem that I...