Fix warning in broker.web-socket-events btest

This commit is contained in:
Dominik Charousset 2022-11-17 12:13:30 +01:00
parent 53394bca0c
commit 1b1af51bdc

View file

@ -45,7 +45,7 @@ event Broker::peer_lost(endpoint: Broker::EndpointInfo, msg: string)
terminate(); terminate();
} }
event pong(msg: string, n: count) event pong(msg: string, n: count) &is_used
{ {
print fmt("sender got pong: %s, %s", msg, n); print fmt("sender got pong: %s, %s", msg, n);
send_event(); send_event();