joltup / react-native-threads

Create new JS processes for CPU intensive work
MIT License
755 stars 141 forks source link

packager restarts while running an app in debug mode on iOS #78

Open maheshp27 opened 5 years ago

maheshp27 commented 5 years ago

I am getting below issue while running an app on iOS simulator. Initially it loads the default packager with default bundle and start the app simulator.but when navigating to the component where "this.workerThread = new Thread('workerThread.js')" used, app start searching for the new bundle file (http://localhost:8081/workerThread.bundle?platform=ios&dev=true&minify=false).

I can see below error on Xcode console window. "Failed to load bundle(http://localhost:8081/workerThread.bundle?platform=ios&dev=true&minify=false) with error:(Could not connect to development server."

I m using RN 0.59.5 version.

image

image

kalwaniyash commented 5 years ago

I am facing the same issue, is there any insights on the same?

mjm918 commented 5 years ago

How did you solve this issue?

micchyboy237 commented 4 years ago

anybody resolved this? same issue with RN 60.5

AireshBhat commented 4 years ago

Running into the same issue. Did anyone find a fix?