Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This diff fixes the reconnect logic with the metro websockets which is causing the app to not re-connect when metro crashes. To demonstrate the issue, consider the following video: {F156029086} On the left we have metro, on the right is the xcode console with some logging to show the reconnecting phase. When we kill the metro server you can see the app tries to reconnect once and that's it - when metro is started back up, you can see the notification that there are no apps running and can also see that cmd+opt+r doesn't work anymore I updated the logic to optimistically start the connection and if it's still unavailable to retry again after the timeout [iOS][Fixed] - Metro websocket reconnect logic Reviewed By: shergin Differential Revision: D14961433 fbshipit-source-id: 0569aa169dc9f538a7e4a8d04e99de39f2e9b3f9
- Loading branch information