Quantcast
Channel: Ignite Realtime : Unanswered Discussions - Support
Viewing all articles
Browse latest Browse all 4979

NotConnectedException while connected?

$
0
0

Hi, when I'm setting presence, i get a NotConnectedException, while i don't see a disconnect and the new presence seems to be sent.

try {

   _connection.sendStanza(_presence);
} catch (SmackException.NotConnectedException e) {

  Log.e(TAG, "setPresence() failed: Not connected");
   e.printStackTrace();
}


Viewing all articles
Browse latest Browse all 4979

Trending Articles