Currently, the Any that we get from the framework is automatically unpacked and we also pack the messages or state updates we get in the Effects into an `Any.
We should allow users to use plain Any, that way they can have stateful functions that can accept more than one input.
Currently, the
Anythat we get from the framework is automatically unpacked and we also pack the messages or state updates we get in theEffectsinto an `Any.We should allow users to use plain
Any, that way they can have stateful functions that can accept more than one input.