2
0
Paul-Louis Ageneau 5 жил өмнө
parent
commit
3a72adf8c8
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      test/benchmark.cpp

+ 1 - 2
test/benchmark.cpp

@@ -160,8 +160,7 @@ size_t benchmark(milliseconds duration) {
 
 	pc1->close();
 	pc2->close();
-
-	rtc::Cleanup();
+	this_thread::sleep_for(1s);
 
 	return goodput;
 }