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
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
This behavior is not ideal because I would like to retry connections if the connect attempt fails.
I currently have a fix by adding this line in the sockets.tcp.js file:
if (!error){
error = {message: 'unknown error', resultCode: -100};
}
The text was updated successfully, but these errors were encountered:
[Migrated from https://bugs.chromium.org/p/chromium/issues/detail?id=449527]
Steps to reproduce the problem:
What is the expected behavior?
The fail callback is expected to be called with some error information.
What went wrong?
On sockets.tcp.js line 68, the error argument is passed in as 'null'. Cordova then throws the error
Did this work before? N/A
Chrome version: None (Android webview) Channel: stable
OS Version: 4.4.4
Flash Version: Shockwave Flash 11.2 r202
This behavior is not ideal because I would like to retry connections if the connect attempt fails.
I currently have a fix by adding this line in the sockets.tcp.js file:
The text was updated successfully, but these errors were encountered: