Closed Mazyod closed 2 years ago
What does this mean? Will presence not work on the server side as-is? I.e., when a client connects, I can call track
on them on the server and then later list them right? What does the client have to do with this? I'm new to phoenix channels
I think presence is different than connecting to channels, but I could be wrong. I haven't used presence yet, so I am not the best person to answer this question 😅
Presence class is currently just an empty stub. It should be implemented with tests based on the JS client.