How to terminate AppWarp thread after it's initialized?

0 votes

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?

asked May 31, 2019 in Java by Flxb (10 points)
edited Jun 1, 2019 by Flxb

1 Answer

0 votes
Hi Flxb,

We have forwarded your query to our team, we will get back to you as soon as possible.

Regards,

Priyanka Singh

App42 Team
answered Jun 3, 2019 by anonymous
Hi Flxb,

Apologies for the delayed response.

There is no way to terminate this thread manually or automatically. The thread is started during the initialization, it can only be stopped when your application will get killed.

We will resolve this problem in our next SDK release, we will keep you updated regarding the same.

Regards,
Priyanka Singh
App42 Team
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...