ably-java
ably-java copied to clipboard
Stats structure is not fully compatible with spec
While working on implementing stats for Flutter SDK I realised that ably-java and ably-cocoa have slightly different public stats interfaces.
- Ably-java has a
processedfield which is a type ofProcessedMessages. I couldn't find a mapping here in spec -
MessageTypecontains fields ofMessageCategorythat is a subclass ofMessageCountandMessageCategory. Ruby docs specifies that those fields should be simplyMessageCountfields. MessageCount also contains an additionaluncompressedDatawhich wasn't on spec.
┆Issue is synchronized with this Jira Story by Unito