Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported properties by dependencies #14

Open
12 of 22 tasks
tiholic opened this issue Jun 5, 2020 · 3 comments
Open
12 of 22 tasks

Unsupported properties by dependencies #14

tiholic opened this issue Jun 5, 2020 · 3 comments
Labels
blocked-by-ably We can't proceed until something under our direct control, in a different codebase, happens.

Comments

@tiholic
Copy link
Contributor

tiholic commented Jun 5, 2020

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
  • port: TO3k4 - integer – for development environments only; allows a non-default Ably non-TLS port to be specified
  • tlsPort: TO3k5 - integer – for development environments only; allows a non-default Ably TLS port to be specified
  • httpOpenTimeout: TO3l3 - integer – default 4,000 (4s). Timeout for opening the connection, available in the client library if supported by the transport
  • httpRequestTimeout: TO3l4 - integer – default 10,000 (10s). Timeout for any single HTTP request and response
  • httpMaxRetryCount: TO3l5 - integer – default 4,000 (4s). Timeout for opening the connection, available in the client library if supported by the transport
  • realtimeRequestTimeout
  • fallbackRetryTimeout
  • channelRetryTimeout
  • transportParams: will be added under Add transportParams to ClientOptions ably-cocoa#1112
  • asyncHttpThreadpoolSize
  • pushFullWait
ARTErrorInfo
  • code: TI1 - Ably code, not the same as statusCode
  • href: TI4 - optional, included in REST responses
  • 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
  • modes
    (an extra parameter encrypted is supported instead whose documentation is missing from docs.ably.io)

Unsupported APIs

Rest#Channels#Channel
  • Rest#setChannelOptions

this list will be updated with new findings

┆Issue is synchronized with this Jira Task by Unito

@ikbalkaya
Copy link
Contributor

Created an issue for ARTClientOptions
ably/ably-cocoa#1260

@ikbalkaya
Copy link
Contributor

Another issue for ARTErrorInfo
ably/ably-cocoa#1261

@ikbalkaya
Copy link
Contributor

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

@QuintinWillison QuintinWillison added blocked-by-ably We can't proceed until something under our direct control, in a different codebase, happens. and removed blocked-by-ably-cocoa labels Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-ably We can't proceed until something under our direct control, in a different codebase, happens.
Development

No branches or pull requests

3 participants