Commit 575eca4
default executor used non-daemon threads (#5194)
The default executor for GrpcTransportOptions created non-daemon threads
possibly keeping applications alive after the main method has finished.
This is the cause of #2315.1 parent db3241b commit 575eca4
1 file changed
Lines changed: 8 additions & 1 deletion
File tree
- google-cloud-clients/google-cloud-core-grpc/src/main/java/com/google/cloud/grpc
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
0 commit comments