Failed to execute 'send' on 'WebSocket': Still in CONNECTING state

[Problem/Question]
Websockets causing continuous errors. I’m unsure how to debug this issue. Any tips on how to debug this issue?


// If problem, please fill out the below. If question, please delete.
[UIKit Version]

"@sendbird/uikit-react": "^3.2.3",

[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
Initial load seems fine but after sending a message or losing focus and returning, the app crashes. Complaining of a still CONNECTING error.

            <SendbirdApp
                appId={NX_SENDBIRD_APPLICATION_ID}
                userId={user.sub}
                accessToken={sessionToken}
            />

[Frequency]
// How frequently is this issue occurring?
Continuously.

[Current impact]
// How is this currently impacting your implementation?
Broken, inoperable.

Upon closer inspection, it looks to throw when fetching the Channel List.