connection - iOS: How to check if a XMPPStream timed out -
connection - iOS: How to check if a XMPPStream timed out -
i developing chat application , using https://github.com/robbiehanson/xmppframework/ library develop app.
i handle connection time out situations , have used - (bool)connectwithtimeout:(nstimeinterval)timeout error:(nserror **)errptr function connect server .
here have provided 60 seconds time out interval. can 1 suggest me how handle time out ? there delegates gets called when time out happens ?
thanks, bhat
ios connection timeout xmpp chat
Comments
Post a Comment