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
DistAlgo version: 1.1.0b13
The use of 'original_message' and 'original_to' as arguments to the 'send' method must add value of 'original_message' and 'original_to' to the sent message sequence.
However, it does not support this behavior.
For example, ping.da is modified to illustrate this issue:
DistAlgo version: 1.1.0b13
The use of 'original_message' and 'original_to' as arguments to the 'send' method must add value of 'original_message' and 'original_to' to the sent message sequence.
However, it does not support this behavior.
For example,
ping.da
is modified to illustrate this issue:Output:
The above program must report "Checking if Test is sent: True" but it reports report "Checking if Test is sent: False"
The text was updated successfully, but these errors were encountered: