As far as I can see at the moment, there are no real-time events on the SDK. Is this planned to be done in the future or will it remain like this?
We want to give Appwrite training to our employees in our new projects. But we want to know the future plan.
Appwrite currently support subscribing to any Event from the client SDKs (https://appwrite.io/docs/apis/realtime)
Thank you for your reply. Yes, I know these things, I was wondering about planning and the future
Oh, sorry - I only just noticed the "C#" in your title!
No, Realtime is not currently supported in the Server SDKs, but I believe it is on the roadmap - it was discussed recently.
In the meantime, you could build something custom outside of the SDKs? But you'd have to use Sessions, not an API key
Recommended threads
- 🐛 Realtime Flutter SDK Crash – Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...
- Realtime Connection Error After Updating...
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long...
- Realtime Connection Count only goes up
I just wanted to ask if this behavior is normal. I restarted realtime 2 days ago and it already reached a connection count of over 11k. The count only goes up. ...