Realtime listener instability
Hi guys! Long time I complained about the Supabase realtime listeners disconnecting, without having any clue of what is happening. After putting in place a retry mechanism, I can see it actually happens A LOT
Am I the only suffering from this ? I am using a realtime listener on the server side fyi
In the screenshot, an small extract of logs (with some logs filtered out to make readibility better) and here is my code with retry strategy
If I'm not the only one suffering from this : are you aware if there is any fix planned ?
If I'm the only one : wtf is am I doing wrong - because the service itself is not restarting nor losing network connection (runs 24/7 on ECS Fargate in AWS, and I still receive other webhooks events from other platforms)
Am I the only suffering from this ? I am using a realtime listener on the server side fyi
In the screenshot, an small extract of logs (with some logs filtered out to make readibility better) and here is my code with retry strategy
If I'm not the only one suffering from this : are you aware if there is any fix planned ?
If I'm the only one : wtf is am I doing wrong - because the service itself is not restarting nor losing network connection (runs 24/7 on ECS Fargate in AWS, and I still receive other webhooks events from other platforms)
