Realtime: is subscribe state "closed" final?

When a channel subscribtion gets the event "closed", will the supabase js client try to reconnect again by itself, or is this event always final, indicating a need to subscribe again? I noticed that this evet is recieved after having the tab in the background (I understand why it errors), however, the event callback isnt then called again when the tab is reopened, even though in network I can see that there has been established a new websocket connection. Kinda weird.
Was this page helpful?