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
I have traced this to an onReceiveError event with the message "Socket closed by remote peer".
I think this is explained by a bug in the Cordova Chrome Apps implementation of the chrome.sockets.tcp API, which should return an error code -100 in this situation, but instead returns -2.
The text was updated successfully, but these errors were encountered:
On Android, we frequently see error messages like
I have traced this to an
onReceiveError
event with the message "Socket closed by remote peer".I think this is explained by a bug in the Cordova Chrome Apps implementation of the chrome.sockets.tcp API, which should return an error code
-100
in this situation, but instead returns-2
.The text was updated successfully, but these errors were encountered: