Skip to content

Instantly share code, notes, and snippets.

@sangfansh
Created August 10, 2018 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sangfansh/13a82a3b4e7b5c51bfe67b7bf97cd542 to your computer and use it in GitHub Desktop.
Save sangfansh/13a82a3b4e7b5c51bfe67b7bf97cd542 to your computer and use it in GitHub Desktop.
void NetworkManagerServer::Init() {
this->server = new Server(this->io_service, this->port);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment