Skip to content

Commit

Permalink
TO3g editing in place for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Jun 22, 2024
1 parent fc57666 commit 7df7567
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 messages when connection states that anticipate imminent connection (connecting and disconnected). Instead, publish and presence state changes will fail immediately if not in the connected state
** @(TO3g)@ @queueMessages@ boolean - defaults to true. If false, suppresses the default queueing of publish and presence messages when connection either in the `CONNECTING` or `DISCONNECTED` states. Otherwise messages should be failed immediately if not in the `CONNECTED` state.
** @(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 7df7567

Please sign in to comment.