Hi,
Calling AppWarp.initialize creates a new thread:
_instance.dispatcher = new MessageDispatchThread(_instance);
_instance.dispatcher.start();
Is there a way to terminate this thread manually?
Or when it should go down automatically, after disconnection perhaps?