-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #776] Add push consumer for normal/fifo message, namespace support, reentrant message receiving support in C# SDK #777
[ISSUE #776] Add push consumer for normal/fifo message, namespace support, reentrant message receiving support in C# SDK #777
Conversation
04115b9
to
a1801b9
Compare
a1801b9
to
79f8dd4
Compare
835c8b8
to
98585a3
Compare
73a8716
to
574f1b8
Compare
6bb3304
to
1e176ab
Compare
|
||
consumeTask.ContinueWith(task => | ||
{ | ||
if (!task.IsFaulted) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace IsFaulted with IsCompletedSuccessfully
Great to see such amazing work on the C# client! BTW,
Thanks @tsunghanjacktsai ! |
0effc2b
Thanks for the reply! I'll release a new version NuGet package once the PR has been merged. |
c5b7945
to
4e6d57b
Compare
99f5824
to
366dccb
Compare
33c6ac2
to
4b10cc7
Compare
4b10cc7
to
89a76cb
Compare
1be91d6
to
e593bdc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Which Issue(s) This PR Fixes
Fixes Issue #776
Brief Description
Add push consumer for normal message
How Did You Test This Change?
N/A