-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Description
In the following code
| return BuildStartedActivity(parent, source, verb, messageType, activitySetup, activityKind); |
The type name of the message is passed to this function and the following name is passed to the activitySetup action
| activitySetup(activity, message!); |
This is not consistent because in here the whole message object is passed.
| receiveActivitySetup?.Invoke(activity, message); |
I think in the activitySetup action the whole message object should be passed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels