mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-14 09:36:41 +02:00
x
git-svn-id: svn://elaine/murooma/trunk@156 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
bdb7eeb522
commit
e03a46d8e2
2 changed files with 6 additions and 12 deletions
|
@ -65,7 +65,7 @@ public:
|
|||
size_t written = 0;
|
||||
do
|
||||
{
|
||||
written += boost::asio::write(*socket_, boost::asio::buffer(chunk.get() + written, sizeof(WireChunk) - written), error);
|
||||
written += boost::asio::write(*socket_, boost::asio::buffer(chunk.get() + written, sizeof(WireChunk) - written));//, error);
|
||||
}
|
||||
while (written < sizeof(WireChunk));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue