Skip to content
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

Grain multiple states #36

Open
wz172 opened this issue Jul 27, 2022 · 1 comment
Open

Grain multiple states #36

wz172 opened this issue Jul 27, 2022 · 1 comment

Comments

@wz172
Copy link

wz172 commented Jul 27, 2022

Hi looks like U are not supporting multiple states inside grains.

Like:

[PersistentState("RealtimeInteractions", OrleansConstants.SessionServicePersistenceStoreName)] IPersistentState interactions;

@binginsin
Copy link

Same issue here, stateName/grainType parameter in WriteStateAsync is not being made use of, which means if you have multiple states for a grain they all end up written to the same key. It's a big issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants