Realtime doesn't refresh access_token after expiry

When the access_token expires, supabase-js automatically refreshes it. However, when a realtime channel is currently active and the access_token expires, Supabase doesn't seem to handle that. The channel errors: "access token has expired" and doesn't reconnect with the refreshed token. Is there anything I need to do?
Was this page helpful?