> I'm also curious how the service handles multiple requests to the same state.
That's the key part of ActorCore – state is persisted across requests. It's like a Lambda function that can (a) run forever and (b) persist state.
> I'm also curious how the service handles multiple requests to the same state.
That's the key part of ActorCore – state is persisted across requests. It's like a Lambda function that can (a) run forever and (b) persist state.