-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[0.77] Pick bugfix reducing DevTools connection drops by increasing WS ping-pong timeout before killing connection #798
Labels
Type Pick Request
Pick requests to include commits inside a React Native release
Comments
Thank you for opening a new pick-request for React Native. If your pick does not satisfy the criteria below, please close it as it will not be considered. ✅ Which pick requests we accept
❌ Which pick requests we don’t accept
ℹ️ What makes for a good pickIn order for your pick to be considered, please do the following:
|
@vzaidman Is this needed on 0.78 as well? |
Yes. Actually, can we get it into 0.76 as well? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Target Branch(es)
0.77
Link to commit or PR to be picked
facebook/react-native#49358
Description
A WS ping-pong between inspector proxy and react DevTools is used to detect abrupt connection losses on DevTools and kill the connection.
When the network is under strain we currently prematurely assume the connection is dead and kill it. This PR increases the wait time to 60s instead of 5s, leading to significantly less false positives.
The text was updated successfully, but these errors were encountered: