Fix incremental backoff while reconnecting + refactor tests
sacOO7 opened this issue · 1 comments
sacOO7 commented
- As a part of PR https://github.com/ably/ably-java/pull/852/files we are just calculating backoff timeout and emitting it as an update event.
- Although, this timeout value is not being used internally.
- Newly calculated timeouts need to be fixed internally while reconnecting with the server.
- As per spec https://sdk.ably.com/builds/ably/specification/main/features/#TO3l1,
DisconnectedRetryTimeout
is supposed to be part ofClientOptions
, it doesn't exist as of now. - Along with this, several other timeouts arent part of clientOption.
sync-by-unito commented
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3685