Skip to content

Commit

Permalink
remove poolSize settings
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Jan 9, 2024
1 parent 1279fa8 commit 434acab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server-discovery-and-monitoring/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Heartbeat Tests
});
server.listen(9999);

#. Create a client with ``serverSelectionTimeoutMS: 500, maxPoolSize: 1, minPoolSize: 0`` and listen to ``ServerHeartbeatStartedEvent`` and ``ServerHeartbeatFailedEvent``, pushing the event name to the same shared array as the mock TCP server.
#. Create a client with ``serverSelectionTimeoutMS: 500`` and listen to ``ServerHeartbeatStartedEvent`` and ``ServerHeartbeatFailedEvent``, pushing the event name to the same shared array as the mock TCP server.

#. Attempt to connect client to previously created TCP server, catching the error when the client fails to connect

Expand Down

0 comments on commit 434acab

Please sign in to comment.