Hi Jeff,
The application doesn’t access the internet. It connects to a local port by creating a socket connection and also listens for uplink packets by subscribing to the uplink message.
So technically nodejs should handle any failed connections, what I mean by that I have error handling for those scenarios and not sure why when its lesser than 30 seconds that app fails to come up.
Thanks,
Ajay