We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edaf37 commit a5bc36eCopy full SHA for a5bc36e
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