xspire

Results 10 comments of xspire

State of SDK is very often frozen in Reconnecting, Authenticated, SocketOpening,.. when changing between wifi and LET. To escape this stat, restart app. I have not yet fined a solution...

Of course, I have used the activity_plus and app lifecycle hander. I mean that xmpp_stone state in connectycube api is holded freezied on a several state. FinaIly, i use watchdog...

@TatankaConCube xmpp_stone is not adaptive to the Wi-Fi changing situation. (ex, iphone's personal hotspot and other wifi) You should check that mismatch between CubeChatConnectionState and XmppConnectionState. How to reset xmpp_stone...

@TatankaConCube onConnectivityChanged handler of Connectivity does not be called when change any wifi to hotspot wifi. Under stable wifi state, two xmpp message is periodically outputted with 5 seconds. That...

@TatankaConCube Socket Timeout is estimated at 6 minute.

@TatankaConCube I can't fined a timeout variable for handleSecuredConnectionError exception event what in Connection.dart of xmpp_stone. It is very serious.

Before about 6 minute, CubeChatConnection.instance.login does not return or call catError. If user restart app before 6 minute, Login is success. Is this a server issue too ? Where are...

relogin and login, logout function is all failed after when device's ip is changed. I find that xmpp's _socket is not destroyed when device's ip is changed. _socket?.destroy() code is...

I am using ConntctyCube ver 2.0.2. Test sequence. 1. Run your chat sample app on android phone and iphone. 2. Check that exchanging text message is stable. 2. Open the...

@TatankaConCube Is there any activity ?