Keeping only the subscription instead of the stream

Hello. I just had some woes when working with Supabase on intermittent connectivity networks and I wondered if it was because I did something wrong I saw the readme tell that I should persist the stream in the stateful widget. What happens if I persist instead a stream subscription ie. On initstate _sub= client.from("rt_table").stream()???
1 Reply
Piero512
Piero512OP5d ago
I meant to write ie. On initstate _sub= client.from("rt_table").stream().listen(callback)???

Did you find this page helpful?