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
Specifically noticed with the tcs_.* subscription in the MLT app. When plotting the whole example-configs/local-1x1-config configuration, tcs_.* is correctly shown going both from MLT to MLT and from hsi-to-tc-app to MLT. When plotting just the mlt, however (-r mlt), only the internal instance of tcs_.* is shown (the external inhttps://files.slack.com/files-pri/T03RN7KU3-F07V0PQSDNY/screenshot_2024-11-05_at_9.20.43___am.pngput from hsi-to-tc-app is missing).
The text was updated successfully, but these errors were encountered:
The problem this commit deals with is basically, if you have a module
which subscribes on the network to a wildcarded message (say "msg_.*")
and another module in the same application which sends a version of
message that matches the wildcard (say "msg_A") out onto the network,
then how do you plot that?
Previously, when plotting, the logic in the plotter didn't care about
whether a message was sent onto the network. So it was drawing a
connection between the modules making it look as if they communicated
via a queue. With this commit, if we're plotting an application, a
message gets correctly represented as being sent out over the network,
and as being received from the network (with the usual "X" and "O" to
represent "region outside of this diagram").
Specifically noticed with the
tcs_.*
subscription in the MLT app. When plotting the whole example-configs/local-1x1-config configuration,tcs_.*
is correctly shown going both from MLT to MLT and from hsi-to-tc-app to MLT. When plotting just the mlt, however (-r mlt), only the internal instance oftcs_.*
is shown (the external inhttps://files.slack.com/files-pri/T03RN7KU3-F07V0PQSDNY/screenshot_2024-11-05_at_9.20.43___am.pngput from hsi-to-tc-app is missing).The text was updated successfully, but these errors were encountered: