You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This consistently happens when the phone is locked or you close the app on the phone. On my machine this takes 3 minutes on the nose. So, I'm guessing there's a 300ms timeout on the socket. The problem is, it never recovers when I start the phone app back up again, which causes lost productivity because I have to restart expo, and then wait about a minute for the javascript build. I have a very small project, I can't imagine how painful this would be with larger projects.
[21:39:36] events.js:173
[21:39:36] throw er; // Unhandled 'error' event
[21:39:36] ^
[21:39:36]
[21:39:36] Error: read ECONNRESET
[21:39:36] at TCP.onStreamRead (internal/stream_base_commons.js:162:27)
[21:39:36] Emitted 'error' event at:
[21:39:36] at emitErrorNT (internal/streams/destroy.js:82:8)
[21:39:36] at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
[21:39:36] at processTicksAndRejections (internal/process/next_tick.js:76:17)
Reproducible Demo
This happens with any application, no real need for a demo; it's an expo issue for not being able to recover from a connection reset.
The text was updated successfully, but these errors were encountered:
Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:162:27) Emitted 'error' event at: at emitErrorNT (internal/streams/destroy.js:82:8) at emitErrorAndCloseNT (internal/streams/destroy.js:50:3) at processTicksAndRejections (internal/process/next_tick.js:76:17)
facing same problem... what can i do? it keep disconnect me with expo and cant reload it anymore...
Environment
Description
This consistently happens when the phone is locked or you close the app on the phone. On my machine this takes 3 minutes on the nose. So, I'm guessing there's a 300ms timeout on the socket. The problem is, it never recovers when I start the phone app back up again, which causes lost productivity because I have to restart expo, and then wait about a minute for the javascript build. I have a very small project, I can't imagine how painful this would be with larger projects.
Reproducible Demo
This happens with any application, no real need for a demo; it's an expo issue for not being able to recover from a connection reset.
The text was updated successfully, but these errors were encountered: