mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-25 05:57:04 +02:00
cleanup
git-svn-id: svn://elaine/murooma/trunk@269 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
2fedce489c
commit
d85858ac62
8 changed files with 134 additions and 127 deletions
|
@ -55,7 +55,7 @@ void StreamServer::acceptor()
|
|||
{
|
||||
socket_ptr sock(new tcp::socket(io_service_));
|
||||
a.accept(*sock);
|
||||
cout << "New connection: " << sock->remote_endpoint().address().to_string() << "\n";
|
||||
cout << "StreamServer::New connection: " << sock->remote_endpoint().address().to_string() << "\n";
|
||||
StreamSession* session = new StreamSession(sock);
|
||||
sessions.insert(shared_ptr<StreamSession>(session));
|
||||
session->start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue