-
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
Deserialise error an Actor Reminder when using GetReminderAsync()
#1464
Comments
This appears to have been an issue since at least 1.12 if not earlier in that the deserializer only supports ISO8601 values and not any of the other valid value formats (per the documentation). |
/assign |
@siri-varma try with the latest 1.15 runtime RC |
Thank you for helping olitomlinson. Something changed with payload we receive from run time I think This is from the 1.15-rc version: This is from the 1.14.4 should we raise an issue with the dapr runtime? or is this expected ? |
Per @olitomlinson comment here intended for this issue:
|
Still a problem on the latest sdk and runtime
|
Expected Behavior
Calling
.GetReminderAsync(String reminderName)
shouldn't throw the following exception :Actual Behavior
Should deserialize the Reminder correctly.
Steps to Reproduce the Problem
await this.RegisterReminderAsync("Report", null, TimeSpan.FromSeconds(15), TimeSpan.FromSeconds(15));
)GetReminderAsync("Report")
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: