If I try to connect a client without a username and password when it's required, there are threads running that prevent my application from shutting down properly. Starting threads in background mode (so they close automatically with the client) fixes this.
If I try to connect a client without a username and password when it's required, there are threads running that prevent my application from shutting down properly. Starting threads in background mode (so they close automatically with the client) fixes this.