You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add explicit Close methods taking a CloseMode enum that currently just has one value (Detach). In the future, this list will grow as the service adds support for Drain and durable terminus. This should be added to Sender/Receiver/Processor/SessionProcessor.
Implement IAsyncDisposable for consistency with sender/receiver.
StopProcessing should not actually close links - it should stop receiving messages though. It should continue to wait for in-flight processing to complete.
DisposeAsync should call CloseAsync with the default CloseMode of Detach.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: