Skip to content

Commit

Permalink
Update tcpserver.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniper53 authored Apr 25, 2023
1 parent 0b7eb23 commit b1277d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 10/10_TCPserver_Source/tcpserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ void TCPserver::ReadyRead( )
if(queue.find(incSocket->socketDescriptor()) == queue.end()){
queue.insert(incSocket->socketDescriptor(), header);
}
return;
}
//В противном случае обрабатываем сообщение
else{
Expand Down

0 comments on commit b1277d2

Please sign in to comment.