You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clamped the effectiveTimeout and fixed the comment (#821)
So the problem is that the performRpc is a public function, and we never
sanity check if users provide values larger than the connection_timeout,
which might cause unexpected behavior.
This PR fixes the comment and also clamp the connection response timeout
if needed.
See similar PR on JS SDK:
livekit/client-sdk-js#1694
0 commit comments