Desc->Device timed out (>3000 ms)

When "Restart Device" using Jive, warning error message shown as attached file;

It says Desc->Device timed out (<3000 ms)!

It seems that it takes too much time when initializing the device.
Maybe adding too much dynamic attributes inefficiently.

Please guide me how to avoid this annoying message?

There seems to be no options that I can set on the Jive (v6.9) menu.


Make your initialization process asynchronous (using a dedicated thread).
Change the device state to "INIT" while the initialization is in progress then switch to your post init state (STANDBY for instance). Be sure to properly setup the your state machine in POGO and this approach should work properly.

[BTW, a poor man solution would be to increase the timeout on client side]

 
Register or login to create to post a reply.