Close the socket after shutdown.

This commit is contained in:
Adam Gu
2018-07-31 10:50:11 +08:00
parent 5fd5d8ff15
commit e368ad2efb
3 changed files with 24 additions and 15 deletions
-2
View File
@@ -208,7 +208,5 @@ int main(int argc, char* argv[]) {
list_client.ListBooks();
getchar();
return 0;
}