This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new e706bfa typo correction
e706bfa is described below
commit e706bfad350e8e4113b29d1779362e040caa5a87
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Oct 2 09:56:58 2020 -0700
typo correction
---
.../connection-pools/subscription-properties.html.md.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/geode-native-docs-dotnet/connection-pools/subscription-properties.html.md.erb
b/docs/geode-native-docs-dotnet/connection-pools/subscription-properties.html.md.erb
index e9818c7..53f4fbc 100644
---
a/docs/geode-native-docs-dotnet/connection-pools/subscription-properties.html.md.erb
+++
b/docs/geode-native-docs-dotnet/connection-pools/subscription-properties.html.md.erb
@@ -23,7 +23,7 @@ Each connection pool has a single subscription connection
that can be to any ser
When a client registers interest for a region, if the connection pool does not
already have a subscription channel, the connection pool sends a message to the
server locator, and the server locator chooses servers to host the queue and
return those server names to the client. The client then contacts the chosen
servers and asks them to create the queue.
-The client maintains at least one connection with each server hosting a queue.
If the server does not detect any connections from a non-durable client, it
drops the client queue and closes all artifacts for the client. For information
about durable client subscriptions, see [Implementing Durable Client/Server
Messaging](/serverman/developing/events/implementing_durable_client_server_messaging.html)..
+The client maintains at least one connection with each server hosting a queue.
If the server does not detect any connections from a non-durable client, it
drops the client queue and closes all artifacts for the client. For information
about durable client subscriptions, see [Implementing Durable Client/Server
Messaging](/serverman/developing/events/implementing_durable_client_server_messaging.html).
## <a id="subscription-properties__section_294BD33FBDC6454FAD9C5118829EBBA4"
class="no-quick-link"></a>Requesting a Subscription Region Queue