IIterableConsumer.NextMessage: documentation does not match implementation of timeoutMillis
parameter
#849
Labels
defect
Suspected defect such as a bug or regression
Observed behavior
Definition and documentation:
Documentation states "Use a timeout of 0 to wait indefinitely"
Channel.cs:
Expected behavior
Documentation should match implementation, either "Use a timeout of < 0 to wait indefinitely" or implementation in Channel.cs:
if (timeout <= 0
Server and client version
Nats.Client v1.1.1
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: