Description
dnsjava uses a DNS cache cleaner thread, this thread is not terminated by DNSServer on termination.
Solution: implement Disposable on DNSServer and let the dispose method stop the thread.
dnsjava uses a DNS cache cleaner thread, this thread is not terminated by DNSServer on termination.
Solution: implement Disposable on DNSServer and let the dispose method stop the thread.