mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 15:46:42 +02:00
Switch from deadline_timer to steady_timer
This commit is contained in:
parent
6c819b8f0c
commit
210ab80f71
6 changed files with 10 additions and 10 deletions
|
@ -43,7 +43,7 @@ protected:
|
|||
std::string host_;
|
||||
size_t port_;
|
||||
bool is_server_;
|
||||
boost::asio::deadline_timer reconnect_timer_;
|
||||
boost::asio::steady_timer reconnect_timer_;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue