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:
Korina Šimičević
2024-04-16 08:31:44 +02:00
parent ccc8d48efc
commit bfae05f7a9
7 changed files with 22 additions and 13 deletions

View File

@@ -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 {})
);