"Thread starting during runtime shutdown" means that Smack started a thread while the runtime was shuting down. I see no problem/bug here. You could avoid it, by making sure that all XMPPConnections are disconnected when terminating the runtime.
↧
"Thread starting during runtime shutdown" means that Smack started a thread while the runtime was shuting down. I see no problem/bug here. You could avoid it, by making sure that all XMPPConnections are disconnected when terminating the runtime.