git-svn-id: svn://elaine/murooma/trunk@253 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-11 21:42:12 +00:00
parent 8039c3d023
commit 25f7f3060d
19 changed files with 26 additions and 1660 deletions

View file

@ -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);