jhen0409 / jhen0409/react-native-debugger
Remote DevTools loses connection to RN app
- Dominant language
- JavaScript
- Stars
- 10.4k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
this old issue seems to be back https://github.com/zalmoxisus/redux-devtools-extension/issues/193
But to me it seems like an RN Debugger bug. It is in RN Debugger in the console log I see the error. I'm not using the Chrome extension.
seems to happen randomly in the RN Debugger console it says "[React DevTools] Connection to RN closed" same time app shows error below
React Native Debugger app version: 0.10.5
React Native version: 0.61.5
Platform: iOS
Is real device of platform: simulator
Operating System: macOS
```
Runtime is not ready for debugging. Make sure Packager server is running.
RCTFatal
-[RCTCxxBridge handleError:]
__21-[RCTCxxBridge start]_block_invoke
invocation function for block in facebook::react::(anonymous namespace)::RCTObjcExecutor::RCTObjcExecutor(id, void (NSError*) block_pointer, std::__1::shared_ptr, std::__1)
__58-[RCTWebSocketExecutor _executeJSCall:arguments:callback:]_block_invoke
__44-[RCTWebSocketExecutor sendMessage:onReply:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_lane_serial_drain
_dispatch_lane_invoke
_dispatch_workloop_worker_thread
_pthread_wqthread
start_wqthread
```
Contributor guide
Assessment
This issue has not been assessed yet.