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
Library reconnects without going DISCONNECTED first which is in contradiction with RTN14d:
If a connection attempt fails for any recoverable reason (i.e. a network failure, a timeout such as RTN14c, or a disconnected response, other than a token failure RTN14b), the Connection#state will transition to DISCONNECTED
…portFailed:` (an exact string) wasn't allowing it to start reconnecting (it uses "sandbox" by default). Since now the environment is omitted in this check (to sandbox to work in similar way as production), it now tries to reconnect with fallbacks and doing so it isn't going disconnect first. This is a bug, so I've skipped this test for this PR, issue - #2023
Originally posted by @lawrence-forooghian in #2017 (comment)
Library reconnects without going DISCONNECTED first which is in contradiction with RTN14d:
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: