-
Notifications
You must be signed in to change notification settings - Fork 5
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
Provider seem to not work for PubSubStore #2
Comments
Are you able to capture the exception? |
I get a NullReferenceException when deserializing the JSON. |
if you could create a failing test, that would be awesome :¬) |
I will do as soon as I get back to work on that project which is 1-2 weeks away. Anyhow I'll make sure I make tests and fix issues if any , previously I could not run the tests on my machine (for some reason the silo was failing to initialize). Will check it all |
I'm mostly writing this for myself to look at.
It seems that if we use the provider subscriptions as PubSubStore then it will fail at deserialization.
I should first make sure this is not due to errors in my codebase andthen try to fix it.
As I looked quickly the storage data is a list of grains
The text was updated successfully, but these errors were encountered: