Supabase realtime not always emitting
Hello,
I currently have a realtime listener to listen for insert / update events on a table.
There is a postgres function which can be called through rpc and updates a row in this table. The listener appears to emit an event on the first time this happens, but when the function is called again through rpc, it does not appear to emit any events.
Any ideas as to what might be causing this?
I currently have a realtime listener to listen for insert / update events on a table.
There is a postgres function which can be called through rpc and updates a row in this table. The listener appears to emit an event on the first time this happens, but when the function is called again through rpc, it does not appear to emit any events.
Any ideas as to what might be causing this?