ably-cocoa
ably-cocoa copied to clipboard
Check whether `ARTChannelStateChangeMetadata`’s `state:errorInfo:` initializer should set `storeErrorInfo` to `YES`
From bdaa458c2286cea3ccc891418039d579bca489eb in #1596:
The convenience initializers of
ARTChannelStateChangeMetadataare copied from those ofARTStatus, to be able to make minimal changes to existing code. I’m not convinced that the state:errorInfo: initializer should always be settingstoreErrorInfotoYES(feels like in the nil errorInfo case it should behave the same as the state: initializer).
Investigate the emphasised part above.
I think https://github.com/ably/ably-flutter/pull/283 covers a big part of this. (should cover everything except testing)
➤ Igor Kurek commented:
Blocked for the same reason as https://ably.atlassian.net/browse/SDK-1385 ( https://ably.atlassian.net/browse/SDK-1385|smart-link )
Time functions were implemented in https://github.com/ably/ably-flutter/pull/310, but stats are still waiting for ably-cocoa fix: https://github.com/ably/ably-flutter/pull/324
blocked untill https://github.com/ably/ably-java/issues/733 and https://github.com/ably/ably-cocoa/issues/1284 are resolved