We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f70e7 commit 4296e5aCopy full SHA for 4296e5a
1 file changed
src/test/java/com/tencentcloudapi/integration/common/DaemonThreadTest.java
@@ -9,7 +9,7 @@
9
public class DaemonThreadTest {
10
11
@Test
12
- // make sure okhttp create daemon threads instead of normal threads, so user process won't be suspending
+ // ensure OkHttp threads are daemon to allow clean JVM shutdown
13
public void testOkhttpUseDaemonThread() {
14
Credential cred = new Credential(
15
System.getenv("TENCENTCLOUD_SECRET_ID"),
0 commit comments