mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-08 20:27:38 +02:00
aaa
git-svn-id: svn://elaine/murooma/trunk@289 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
831f07a657
commit
31ce469c35
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ void Controller::worker()
|
|||
decoder->setHeader(headerChunk.get());
|
||||
|
||||
RequestMsg timeReq("time");
|
||||
for (size_t n=0; n<10; ++n)
|
||||
for (size_t n=0; n<30; ++n)
|
||||
{
|
||||
shared_ptr<TimeMsg> reply = clientConnection->sendReq<TimeMsg>(&timeReq, 2000);
|
||||
if (reply)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue