Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
giucam committed Jul 5, 2023
1 parent 2bd48db commit 39304b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main() {

client.unsubscribe(URI("mds://127.0.0.1:12345/DeviceName/Acquisition?channelNameFilter=saw"));
client.unsubscribe(URI("mds://127.0.0.1:12345/DeviceName/Acquisition"));
fmt::print("received client updates: {} for 'sine' and {} for 'sine,saw'\n", receivedA, receivedAB);
fmt::print("received client updates: {} for 'sine' and {} for 'sine,saw'\n", receivedA.load(), receivedAB.load());
client.stop();

// shutdown
Expand Down

0 comments on commit 39304b9

Please sign in to comment.