nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Worker connectivity checks #66

Closed soygul closed 8 years ago

soygul commented 8 years ago

Adds reconnect logic to Neptulon client.

            // todo: should this be handled by autoconnect behavior flag of Neptulon client? connCallback already initiates sending of so shall we skip below code?
            if (!client.isConnected()) {
                client.connect(connCallbacks);
                return;
            }