-
Notifications
You must be signed in to change notification settings - Fork 345
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
Added fix to handle null return values #1353
Conversation
Signed-off-by: Whit Waldo <[email protected]>
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, just one comment.
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.
One comment, but otherwise LGTM.
Signed-off-by: Whit Waldo <[email protected]>
How do we know in which SDK version(or when) this fix will be available? I'm using the 1.14.0 version (latest available as of today based on this: https://www.nuget.org/packages/Dapr.Client). |
@bhanuprakash-1 This will be available as part of the 1.15 client release available in January. |
Description
Added some simple checks to handle null response values.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1349 and #1296
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: