Table of Contents

Method ResetSlowConsumer

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

ResetSlowConsumer(int)

Resets the slow consumer state if the channel has drained, allowing another slow consumer event to be raised if the subscription becomes slow again.

protected void ResetSlowConsumer(int pendingMsgCount)

Parameters

pendingMsgCount int

The current number of messages pending in the channel.