-
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
Restore socket rocket #14427
Restore socket rocket #14427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Without looking at how involved it would be, something we could also consider in the future would be updating our copy of SocketRocket. It seems there was very little activity in the repo between 2015 and 2021 and then they started releasing again: https://github.com/facebookincubator/SocketRocket/releases
Fix connection failure issue introduced in 10.27.0 by restoring the Socket Rocket implementation instead of
NSURLSessionWebSocket
.Note that this may expose a Thread Performance Checker Warning (#12883)
Fixes #14188, #13877, #13855, #13529