What's difference between PublishOptions.ExpectedStream and PublishOptions.Stream #763
Unanswered
aDisplayName
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.NET Client 1.0.3
In class
PublishOptions
, what is the difference betweenExpectedStream
andStream
? I've tried both options, and based on the result, it will both throw Exceptions when the stream defined inExpectedStream
orStream
differs from the actual stream the server handles the pub message. The only difference I can found is:So what is the rationale to provide both options, if the end results are the same to the .NET client?
Beta Was this translation helpful? Give feedback.
All reactions