We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29556b6 commit aa17d08Copy full SHA for aa17d08
Packages/StreamVideo/Runtime/Core/LowLevelClient/WebSockets/SfuWebSocket.cs
@@ -340,7 +340,7 @@ private void OnHandleJoinResponse(JoinResponse joinResponse)
340
{
341
ConnectionState = ConnectionState.Connected;
342
343
- _connectUserTaskSource.SetResult(true);
+ _connectUserTaskSource.TrySetResult(true);
344
_connectUserTaskSource = null;
345
346
JoinResponse?.Invoke(joinResponse);
0 commit comments