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
- Websocket error Realtime
Hi peeps, I am trying to create realtime updates and I am having websocket error Code is below this msg
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- Sub-minute server-side execution for rea...
Hey — I'm building a real-time auction app on Appwrite Cloud and running into a timing limitation I'd please love some clarity on. My use case: when a bidding ...