Does the Android SDK maintain a single web socket connection? #4211
jeff-huston
started this conversation in
General
Replies: 1 comment
-
The StreamChat SDk Will keep only one WebSocket connection opened at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand the web socket usage of the Android app. I've seen this page of the docs. This means calling
connectUser
will open a web socket and increment the concurrent users.After that point, am I correct that any other calls we make into the Stream SDK will use that same web socket, and won't open any additional ones?
Thanks in advance for the clarification.
Beta Was this translation helpful? Give feedback.
All reactions