We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07384c6 commit 9e69e67Copy full SHA for 9e69e67
src/main/java/io/nats/client/Connection.java
@@ -242,7 +242,7 @@ public enum Status {
242
* messages have reached the server.
243
* Finally the connection is closed.
244
*
245
- * In order to drain subscribers, an unsub is sent to the server followed by a flush.
+ * In order to drain subscribers, an unsub protocol message is sent to the server followed by a flush.
246
* These two steps occur before drain returns. The remaining steps occur in a background thread.
247
* This method tries to manage the timeout properly, so that if the timeout is 1 second, and the flush
248
* takes 100ms, the remaining steps have 900ms in the background thread.
0 commit comments