ably-cocoa
ably-cocoa copied to clipboard
Violation of the RTN4h spec
It emits an UPDATE ConnectionEvent for changes to connection conditions for which the ConnectionState (e.g. CONNECTED) does not change. (The library must never emit a ConnectionState ConnectionEvent for a state equal to the previous state).
This only implemented for CONNECTED. Would be useful at the very least to implement it for CONNECTING as well. Now if you call connect twice, the transition CONNECTING -> CONNECTING will take place.
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3895