ably-flutter icon indicating copy to clipboard operation
ably-flutter copied to clipboard

Unsupported properties by dependencies

Open tiholic opened this issue 5 years ago • 3 comments

Following properties are not supported on ably-java / ably-cocoa

ably-cocoa

Unsupported properties

ARTClientOptions
  • [ ] useTokenAuth: TO3j4 - boolean – When true, token authentication will always be used by the client
  • [x] port: TO3k4 - integer – for development environments only; allows a non-default Ably non-TLS port to be specified
  • [x] tlsPort: TO3k5 - integer – for development environments only; allows a non-default Ably TLS port to be specified
  • [x] httpOpenTimeout: TO3l3 - integer – default 4,000 (4s). Timeout for opening the connection, available in the client library if supported by the transport
  • [x] httpRequestTimeout: TO3l4 - integer – default 10,000 (10s). Timeout for any single HTTP request and response
  • [x] httpMaxRetryCount: TO3l5 - integer – default 4,000 (4s). Timeout for opening the connection, available in the client library if supported by the transport
  • [ ] realtimeRequestTimeout
  • [ ] fallbackRetryTimeout
  • [x] channelRetryTimeout
  • [x] transportParams: will be added under https://github.com/ably/ably-cocoa/issues/1112
  • [ ] asyncHttpThreadpoolSize
  • [x] pushFullWait
ARTErrorInfo
  • [ ] code: TI1 - Ably code, not the same as statusCode
  • [x] href: TI4 - optional, included in REST responses
  • [x] requestId: TI1, RSC7c - via addRequestIds client option (TO3p)
  • [ ] cause: TI1 - optional, an inner ARTErrorInfo instance

ably-java

Unsupported properties

ErrorInfo
  • [ ] requestId
  • [ ] cause
Auth.TokenParams
  • [ ] nonce
PresenceMessage
  • [ ] extras
ChannelOptions
  • [x] modes (an extra parameter encrypted is supported instead whose documentation is missing from docs.ably.io)

Unsupported APIs

Rest#Channels#Channel
  • [x] Rest#setChannelOptions

this list will be updated with new findings

┆Issue is synchronized with this Jira Task by Unito

tiholic avatar Jun 05 '20 05:06 tiholic

Created an issue for ARTClientOptions https://github.com/ably/ably-cocoa/issues/1260

ikbalkaya avatar Jan 04 '22 14:01 ikbalkaya

Another issue for ARTErrorInfo https://github.com/ably/ably-cocoa/issues/1261

ikbalkaya avatar Jan 04 '22 14:01 ikbalkaya

@QuintinWillison I have created issues on the corresponding native platforms.

ikbalkaya avatar Jan 04 '22 15:01 ikbalkaya