Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JCF: Issue #534: deal with loopbacks in application plots #535

Merged

Commits on Nov 5, 2024

  1. JCF: Issue #534: deal with loopbacks in application plots

    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").
    John Freeman committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1a7490d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    b5093ab View commit details
    Browse the repository at this point in the history
  2. JCF: Issue #534: add the plots used in the create_config_plot documen…

    …tation
    John Freeman committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9abb0a3 View commit details
    Browse the repository at this point in the history
  3. JCF: Issue #534: get rid of a superfluous comma I couldn't handle loo…

    …king at
    John Freeman committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    83227ef View commit details
    Browse the repository at this point in the history