Skip to content

Commit

Permalink
Merge pull request #196 from ably/TO3g-clarification
Browse files Browse the repository at this point in the history
Fixed broken TO3g
  • Loading branch information
maratal authored Jul 8, 2024
2 parents 5c1a5d8 + 549146b commit 13315ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textile/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ h4. ClientOptions
** @(TO3d)@ @tls@ boolean - defaults to true. If false, will not use TLS for all connections
** @(TO3e)@ @autoConnect@ boolean - defaults to true. If false, suppresses the automatic initiation of a connection when the library is instantiated
** @(TO3f)@ @useBinaryProtocol@ boolean - defaults to true. If false, forces the library to use the JSON encoding for REST and Realtime operations, instead of the default binary msgpack encoding
** @(TO3g)@ @queueMessages@ boolean - defaults to true. If false, suppresses the default queueing of @MESSAGE@ or @PRESENCE@ @ProtocolMessage@s See @RTL6c@ for connection and channel state condition details
** @(TO3g)@ @queueMessages@ boolean - defaults to true. If false, suppresses the default queueing of @MESSAGE@ or @PRESENCE@ protocol messages. See "RTL6c":#RTL6c for connection and channel state condition details
** @(TO3h)@ @echoMessages@ boolean - defaults to true. If false, suppresses messages originating from this connection being echoed back on the same connection
** @(TO3i)@ @recover@ string - A connection recovery string, specified with the intention of inheriting the state of an earlier connection
** @(TO3n)@ @idempotentRestPublishing@ boolean - defaults to false for clients with version < 1.2, otherwise true. If true, "RSL1k":#RSL1k1 applies
Expand Down

0 comments on commit 13315ff

Please sign in to comment.