-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RTDB] Use NSURLSessionWebSocket instead of SocketRocket where possible #12894
Conversation
Coverage Report 1Affected Products
Test Logs |
It should also allow socks proxying of the websocket connection which the used version of SocketRocket did not, so huge thumbs up from here! 😊👍🏻 |
The frequent, but not always, integration test failure in |
Co-authored-by: Nick Cooke <[email protected]>
Co-authored-by: Nick Cooke <[email protected]>
cc: @maneesht |
Use the previously implemented NSURLSessionWebSocket for all platforms that support it instead of only watchOS where it was only previously used.
Fix #12883