fixed comment
This commit is contained in:
parent
84d5fe7a2a
commit
b2532affaf
1 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ int main() {
|
||||||
};
|
};
|
||||||
|
|
||||||
thread server_thread([&server](){
|
thread server_thread([&server](){
|
||||||
//Start WS-server
|
//Start server
|
||||||
server.start();
|
server.start();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -142,4 +142,4 @@ int main() {
|
||||||
server_thread.join();
|
server_thread.join();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue