Skip to content

Commit c9573da

Browse files
vzaidmanfacebook-github-bot
authored andcommitted
removed reconnect logic that is never reached (#53369)
Summary: Pull Request resolved: #53369 Changelog: [Internal] Reviewed By: huntie Differential Revision: D80541401 fbshipit-source-id: 0816b71e8dfe2a86f6fe5af049fbabff68b13940
1 parent b7ac655 commit c9573da

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/react-native/ReactCommon/jsinspector-modern/InspectorPackagerConnection.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ void InspectorPackagerConnection::Impl::reconnect() {
268268
}
269269

270270
strongSelf->connect();
271-
272-
if (!strongSelf->isConnected()) {
273-
strongSelf->reconnect();
274-
}
275271
}
276272
},
277273
RECONNECT_DELAY);

0 commit comments

Comments
 (0)