mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-06 02:41:38 +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:
@@ -67,7 +67,7 @@ public:
|
||||
|
||||
authority_path ap = _owner._servers[_owner._current_host];
|
||||
|
||||
_owner._connect_timer.expires_from_now(std::chrono::seconds(5));
|
||||
_owner._connect_timer.expires_after(std::chrono::seconds(5));
|
||||
|
||||
auto timed_resolve = asioex::make_parallel_group(
|
||||
_owner._resolver.async_resolve(ap.host, ap.port, asio::deferred),
|
||||
|
||||
Reference in New Issue
Block a user