From 7df75679aaea461a292a5469f811f8fb5b8a62a2 Mon Sep 17 00:00:00 2001 From: Marat Al Date: Sun, 23 Jun 2024 00:03:43 +0200 Subject: [PATCH] TO3g editing in place for clarity. --- textile/features.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textile/features.textile b/textile/features.textile index 8ec48846..f9c92855 100644 --- a/textile/features.textile +++ b/textile/features.textile @@ -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