mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-11 21:29:51 +01:00
Remove deprecated API usage
Summary: related to T13767 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D28958
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
}
|
||||
|
||||
void perform() {
|
||||
_ping_timer->expires_from_now(compute_wait_time());
|
||||
_ping_timer->expires_after(compute_wait_time());
|
||||
_ping_timer->async_wait(
|
||||
asio::prepend(std::move(*this), on_timer {})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user