Removed rtc::Cleanup() call in each test

This commit is contained in:
Paul-Louis Ageneau
2021-03-08 13:07:30 +01:00
parent eec7a761e8
commit aa6f87f467
6 changed files with 0 additions and 24 deletions

View File

@ -78,10 +78,6 @@ void test_websocket() {
ws->close();
this_thread::sleep_for(1s);
// You may call rtc::Cleanup() when finished to free static resources
rtc::Cleanup();
this_thread::sleep_for(1s);
cout << "Success" << endl;
}