Fixed issue in node client closing the connection (#16)

* Fixed timeout issue of client

* Fixed issue in node client

* Removed unused files
This commit is contained in:
Ravidu Lashan
2019-10-10 13:08:46 +05:30
committed by GitHub
parent d8581f7ce9
commit 11489de7a1
6 changed files with 13 additions and 12 deletions

View File

@@ -104,7 +104,6 @@ int main(int argc, char **argv)
}
}
}
cout << "exited normally\n";
return 0;
}