We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When my phone goes to sleep and expo disconnects, one dev crashes with the following error.
read ECONNRESET read ECONNRESET Waiting for the debugger to disconnect... /workspace/development/node_modules/@expo/cli/src/utils/errors.ts:115 throw error; ^ Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:218:20) at TCP.callbackTrampoline (node:internal/async_hooks:130:17) Emitted 'error' event on Socket instance at: at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -104, code: 'ECONNRESET', syscall: 'read' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When my phone goes to sleep and expo disconnects, one dev crashes with the following error.
The text was updated successfully, but these errors were encountered: