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
fix: properly encode user agent on WS connection (#1482)
## CLA
- [ ] I have signed the [Stream
CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform)
(required).
- [ ] Code changes are tested
## Description of the changes, What, Why and How?
With the recent changes to the user agent resolution within our LLC,
encoding the uri component properly during building the WS url was
missed. This works just fine if you're already connected, however it
will fail if you're trying to connect another user.
In the current state of the LLC it would only affect React Native as the
other SDKs do not yet add the extra params.
## Changelog
-
0 commit comments