Error during debug on iOS: WebSocket is not open: readyState 2 (CLOSING) #4291
Labels
bug
no-changelog
The issue is present only in `next` versions and was not included in official version.
Milestone
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
During debug on iOS, in case you open Chrome DevTools and close them before they've rendered the sources (i.e. while the communication between iOS Runtime and Chrome DevTools is in progress), CLI crashes with error:
To Reproduce
tns debug ios
(better use device). It could be even easier to reproduce withtns debug ios --bundle
Expected behavior
CLI to allow you to attach again later.
The text was updated successfully, but these errors were encountered: