Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
Hello,

Is there a way to exceed timeout if the device have no connection? Sometimes it's connecting to the WiFi much longer, what cause connection timeout error.

Greetings,
Marcin
by (400 points)

1 Answer

0 votes
 
Best answer
The connection timeout cannot be configured. It is hardcoded to 10 seconds in the mobile application.

The timeout is managed in Const.java (constant CONNECTION_TIMEOUT).

However if you are talking about the connection error after rebooting the device, this is another story. Headwind MDM retries to connect to the server within 15 seconds after it gets an error. This time is also hardcoded (helper/ConfigUpdater.java, line 156, find 15000 in this file).
by (32.7k points)
selected by
...