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
I meant to write ie. On initstate _sub= client.from("rt_table").stream().listen(callback)???