SahilGOriginal post
Web Developer
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
Summary
Developers experiencing issues with Realtime integration in their project for a hackathon. They are trying to add a subscription for a table in Appwrite Realtime, but are not receiving any payload when a creation event occurs in the table. They're able to successfully connect to the websocket but are not receiving any events in the subscribe handler.
**Solution:** The issue may be with the subscription or event handling logic in the code. Double-check the subscription setup and event handling functions to ensure they are correctly implemented to receive and process the real-time events.