mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-19 09:27:38 +02:00
Remove call to gettimeofday
This commit is contained in:
parent
bac33043cf
commit
08902ae0a5
2 changed files with 3 additions and 3 deletions
|
@ -630,7 +630,7 @@ void StreamServer::onMessageReceived(StreamSession* streamSession, const msg::Ba
|
|||
timeMsg->latency = timeMsg->received - timeMsg->sent;
|
||||
// LOG(INFO) << "Latency sec: " << timeMsg.latency.sec << ", usec: " << timeMsg.latency.usec << ", refers to: " << timeMsg.refersTo <<
|
||||
//"\n";
|
||||
streamSession->sendAsync(timeMsg);
|
||||
streamSession->sendAsync(timeMsg, true);
|
||||
|
||||
// refresh streamSession state
|
||||
ClientInfoPtr client = Config::instance().getClientInfo(streamSession->clientId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue