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.