Skip to content

Commit

Permalink
Netowork: change low-level sendMessage to injectMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDebrunner committed Jan 22, 2024
1 parent f6e7aaf commit c92860e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mav/Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ namespace mav {
_heartbeat_message = std::nullopt;
}

void sendMessage(Message &message) {
void injectMessage(Message &message) {
_sendMessage(message, {});
}

Expand Down

0 comments on commit c92860e

Please sign in to comment.