Add 1 second time interval for retry join transmission

This commit is contained in:
dijunkun
2023-12-18 15:23:44 +08:00
parent 0b80124b3c
commit 82dafa9782
3 changed files with 9 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ int IceAgent::DestroyIceAgent() {
nice_thread_->join();
}
LOG_ERROR("Destroy nice agent success");
LOG_INFO("Destroy nice agent success");
return 0;
}