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