-
Notifications
You must be signed in to change notification settings - Fork 16
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
Labels
blocked-by-ably
We can't proceed until something under our direct control, in a different codebase, happens.
Comments
tiholic
pushed a commit
that referenced
this issue
Jun 5, 2020
- `@import Foundation;` https://github.com/ably/ably-flutter/pull/13/files#r434376328 https://github.com/ably/ably-flutter/pull/13/files#r434376097 - static externs instead of assigned properties https://github.com/ably/ably-flutter/pull/13/files#r434381831 - missing properties in platform libraries added to issue #14 https://github.com/ably/ably-flutter/pull/13/files#r434454731
tiholic
pushed a commit
that referenced
this issue
Jun 20, 2020
- `@import Foundation;` https://github.com/ably/ably-flutter/pull/13/files#r434376328 https://github.com/ably/ably-flutter/pull/13/files#r434376097 - static externs instead of assigned properties https://github.com/ably/ably-flutter/pull/13/files#r434381831 - missing properties in platform libraries added to issue #14 https://github.com/ably/ably-flutter/pull/13/files#r434454731
tiholic
pushed a commit
that referenced
this issue
Jul 6, 2020
- `@import Foundation;` https://github.com/ably/ably-flutter/pull/13/files#r434376328 https://github.com/ably/ably-flutter/pull/13/files#r434376097 - static externs instead of assigned properties https://github.com/ably/ably-flutter/pull/13/files#r434381831 - missing properties in platform libraries added to issue #14 https://github.com/ably/ably-flutter/pull/13/files#r434454731
Created an issue for ARTClientOptions |
Another issue for ARTErrorInfo |
This was referenced Jan 4, 2022
@QuintinWillison I have created issues on the corresponding native platforms. |
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.
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 clientport
: TO3k4 - integer – for development environments only; allows a non-default Ably non-TLS port to be specifiedtlsPort
: TO3k5 - integer – for development environments only; allows a non-default Ably TLS port to be specifiedhttpOpenTimeout
: TO3l3 - integer – default 4,000 (4s). Timeout for opening the connection, available in the client library if supported by the transporthttpRequestTimeout
: TO3l4 - integer – default 10,000 (10s). Timeout for any single HTTP request and responsehttpMaxRetryCount
: TO3l5 - integer – default 4,000 (4s). Timeout for opening the connection, available in the client library if supported by the transportfallbackRetryTimeout
channelRetryTimeout
transportParams
: will be added under Add transportParams to ClientOptions ably-cocoa#1112asyncHttpThreadpoolSize
pushFullWait
ARTErrorInfo
code
: TI1 - Ably code, not the same asstatusCode
href
: TI4 - optional, included in REST responsesrequestId
: TI1, RSC7c - viaaddRequestIds
client option (TO3p)cause
: TI1 - optional, an inner ARTErrorInfo instanceably-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
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: