mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 05:18:38 +02:00
socket
git-svn-id: svn://elaine/murooma/trunk@253 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
8039c3d023
commit
25f7f3060d
19 changed files with 26 additions and 1660 deletions
|
@ -93,7 +93,7 @@ void ClientConnection::worker()
|
|||
try
|
||||
{
|
||||
{
|
||||
std::unique_lock<std::mutex> mlock(mutex_);
|
||||
// std::unique_lock<std::mutex> mlock(mutex_);
|
||||
tcp::resolver resolver(io_service);
|
||||
tcp::resolver::query query(tcp::v4(), ip, boost::lexical_cast<string>(port));
|
||||
iterator = resolver.resolve(query);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue