supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
661 stars 154 forks source link

fix(realtime_client): Accept an error on track when the server returns an error #888

Closed dshukertjr closed 2 months ago

dshukertjr commented 2 months ago

What kind of change does this PR introduce?

Currently, there is a bug where the channel.track() method hangs indefinitely when the server returns an error. This PR fixes the issue.

Additional context

JS update here: https://github.com/supabase/realtime-js/pull/290/files