This commit is contained in:
DDuarte
2016-03-28 03:17:51 +01:00
parent be573a7aa4
commit b372935ce3
@@ -19,7 +19,7 @@
bool Battlenet::SessionManager::StartNetwork(boost::asio::io_service& service, std::string const& bindIp, uint16 port, int threadCount)
{
if (!BaseSocketMgr::StartNetwork(service, bindIp, port, 1))
if (!BaseSocketMgr::StartNetwork(service, bindIp, port, threadCount))
return false;
_acceptor->SetSocketFactory(std::bind(&BaseSocketMgr::GetSocketForAccept, this));