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

Cannot save byte[] in actors #352

Closed
artursouza opened this issue Oct 8, 2020 · 0 comments · Fixed by #353
Closed

Cannot save byte[] in actors #352

artursouza opened this issue Oct 8, 2020 · 0 comments · Fixed by #353
Assignees
Labels
area/actor/runtime kind/bug Something isn't working P1 size/XS triaged/resolved Items triaged and ready

Comments

@artursouza
Copy link
Member

artursouza commented Oct 8, 2020

Expected Behavior

Actors can save and read byte[]

Actual Behavior

Exception is thrown when trying to save byte[] state in actors.

Steps to Reproduce the Problem

Create an actor with an method that saves byte[].
Invoke that method from ActorProxy.

RELEASE NOTE: FIX Save byte[] in actor's state store.

@artursouza artursouza added the kind/bug Something isn't working label Oct 8, 2020
@artursouza artursouza self-assigned this Oct 8, 2020
@artursouza artursouza added the P1 label Oct 8, 2020
@artursouza artursouza added this to To do in 1.0.0 Milestone 1 via automation Oct 8, 2020
@artursouza artursouza mentioned this issue Oct 8, 2020
3 tasks
1.0.0 Milestone 1 automation moved this from To do to Review Oct 8, 2020
@artursouza artursouza moved this from Review to Done in 1.0.0 Milestone 1 Oct 8, 2020
@artursouza artursouza added this to Release in 1.0.0 Milestone Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/actor/runtime kind/bug Something isn't working P1 size/XS triaged/resolved Items triaged and ready
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant