Replies: 13 comments
-
|
@TorstenDittmann do you think it will make sense to add a callback for when the user disconnect? |
Beta Was this translation helpful? Give feedback.
-
|
Not sure how the channel and permissions should look like for this 🤔 |
Beta Was this translation helpful? Give feedback.
-
Maybe for start, just allow callbacks in the SDK level, no implementation on the server side, or is that already supported? |
Beta Was this translation helpful? Give feedback.
-
|
I also need some user presence detection. Is there any movement on this ? |
Beta Was this translation helpful? Give feedback.
-
|
@TorstenDittmann Any update? I am planning to set up a chat server and need the user's Online / Offline presence support. Is there any workaround you can suggest to how to handle the user's disconnection or point to some resource? I think this is really helpful for real-time chat apps. Rest can be handled by real-time updates from collections. But the socket connects and disconnect event is missing which can be added. Waiting for an update. Regards, |
Beta Was this translation helpful? Give feedback.
-
|
Any update on this? The mentionned issue is not about presence system, it's about client-side events |
Beta Was this translation helpful? Give feedback.
-
|
Yes, it would be nice to handle clientside connects/disconnects. I think it's an important action when we use Realtime data. There is any solution to handle that? I think the possible solutions:
|
Beta Was this translation helpful? Give feedback.
-
|
Is this feature being considered? I've also seen this feature request on the appwrite discord regularly. |
Beta Was this translation helpful? Give feedback.
-
|
It is very old requested feature, but also it has still high-demand like push-notifications feature. I came here from firebase, when i was in DB, i solve presence issue by writing Cloud Function there. Anyways, my migration from firebase to appwrite almost completed except this issue. Is it possible way to solve it by writing an appwrite cloud function ? If yes, please link, mention, any referance, sample function or readings that i need. Because it seems like it will take time for this feature to be released. Big Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Up! |
Beta Was this translation helpful? Give feedback.
-
|
any update on this ?? @stnguyen90 |
Beta Was this translation helpful? Give feedback.
-
|
I am also waiting an update about it as well. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
🔖 Feature description
We should add new event types that can trigger a function. Alongside existing ones, we should add new ones for real-time events, such as user connection or disconnection.
🎤 Pitch
Currently, I am trying to build a real-time game and I need to know when a user disconnect, so I can do cleanup on the client-side of other players - remove a character of a player who disconnected. I don't think this is possible using current real-time features.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
Beta Was this translation helpful? Give feedback.
All reactions