We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b801857 + 3abb731 commit 9f1f453Copy full SHA for 9f1f453
1 file changed
include/async_mqtt/asio_bind/impl/endpoint_recv.ipp
@@ -85,7 +85,7 @@ recv_op {
85
break;
86
case timer_kind::pingresp_recv:
87
if (ev.get_op() == timer_op::cancel) {
88
- reset_pingresp_recv_timer(ep, ev.get_ms());
+ cancel_pingresp_recv_timer(ep);
89
}
90
else {
91
BOOST_ASSERT(false);
0 commit comments