Mazyod / PhoenixSharp

C# Phoenix Channels client. Unity Compatible.
MIT License
163 stars 27 forks source link

Implement Presence #1

Closed Mazyod closed 2 years ago

Mazyod commented 7 years ago

Presence class is currently just an empty stub. It should be implemented with tests based on the JS client.

Shivang44 commented 5 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

Mazyod commented 5 years ago

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 😅