I am trying to integrate appwrite realtime in my project for hackathon and i want to add subscribe for table. I want whenever a create happens in a table the i receive a the payload. This is how i am trying where 'heartbeat' is my tableId.
The ws get successfully connected but i dont receive any event in my subscribe handler
I tried this way also
actually its not even working for
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. ...