Merge branch 'master' of https://github.com/ogre/habdec into webclient_js

webclient_js
Michal Fratczak 2019-10-09 15:23:15 +02:00
commit ac621ab05c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -28,6 +28,7 @@ http_session::http_session(
: socket_(std::move(socket)),
p_ws_server_(p_ws_server)
{
std::cout<<"\n\nNew Client "<<socket_.remote_endpoint().address().to_string()<<std::endl<<std::endl;
}
void http_session::run()