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

CreateActor Requires Input with Snapshot #4915

Open
thriftb opened this issue May 29, 2024 · 0 comments
Open

CreateActor Requires Input with Snapshot #4915

thriftb opened this issue May 29, 2024 · 0 comments

Comments

@thriftb
Copy link

thriftb commented May 29, 2024

Bug or feature request?

Bug

Description:

When creating an actor with a snapshot (createActor, restoring a persistent state), it requires an Input. Input shouldn't be necessary when creating an actor from a snapshot.

(Bug) Expected result:

Create an actor from a snapshot (without needing an input).

(Bug) Actual result:

Input is required when creating an actor from a snapshot. It will result in an error if no input is provided.

(Bug) Potential fix:

Make Input required only if a snapshot isn't provided for createActor.

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

1 participant