You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActorClient's methods start and call have as a first parameter input?: unknown. The same methods in TaskClient have input?: Dictionary. This is inconsistent, and allows passing an input with the wrong type when using ActorClient.
ActorClient's methodsstartandcallhave as a first parameterinput?: unknown. The same methods inTaskClienthaveinput?: Dictionary. This is inconsistent, and allows passing an input with the wrong type when usingActorClient.