Dynatrace / openkit-java

OpenKit Java Reference Implementation
Apache License 2.0
35 stars 34 forks source link

Make all OpenKit threads daemon threads #78

Closed stefaneberl closed 6 years ago

stefaneberl commented 6 years ago

All OpenKit threads must be daemon threads. If the client application does not properly shut down OpenKit and threads are non-daemon threads, then OpenKit would block the client application.