Closed masneyb closed 8 years ago
The ConfigurationPoller always created a non-daemon thread. This patch uses the ConnectionFactory.isDaemon() method to determine how the thread should be created.
I'm recreating the pull request that applies cleanly against the latest code.
The ConfigurationPoller always created a non-daemon thread. This patch uses the ConnectionFactory.isDaemon() method to determine how the thread should be created.