Skip to content

Commit

Permalink
After all these years, still finding route cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
codybum committed May 29, 2024
1 parent 6a9f61a commit 9ee9021
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ public void route(MsgEvent rm) {
forwardToLocalPlugin(rm);
break;

case 383:
logger.debug("remote agent sending message to local plugin 383");
logger.trace(rm.getParams().toString());
forwardToLocalPlugin(rm);
break;

case 463:
logger.debug("remote agent sending message to local agent 463");
logger.trace(rm.getParams().toString());
Expand Down

0 comments on commit 9ee9021

Please sign in to comment.