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
TL;DR
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.I tried this way also
actually its not even working for
Recommended threads
- RealtimeResponseEvent Typescript Bug
Hello, could you please fix RealtimeResposneEvent, the one in realtime.ts have timestamp: string, but the one in client.ts have timestamp: number, and it causes...
- Realtime Docs are outdated
The Realtime docs are outdated.
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...