Platform: SmartFox Server RC3, Flash
+enable using BlueBox
I try to simulate internet disconnection (I have reconnection script). But when I try to reconnect(or connect without internet) I revice exception, that I can't catch:
Code: Select all
Error: Can't send data, BlueBox connection is not active
at com.smartfoxserver.v2.bitswarm.bbox::BBClient/send()
at com.smartfoxserver.v2.core::SFSIOHandler/onDataWrite()
at com.smartfoxserver.v2.core::SFSProtocolCodec/onPacketWrite()
at com.smartfoxserver.v2.bitswarm::BitSwarmClient/send()
at com.smartfoxserver.v2::SmartFox/send()
at com.smartfoxserver.v2::SmartFox/sendHandshakeRequest()
at com.smartfoxserver.v2::SmartFox/onSocketConnect()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.smartfoxserver.v2.bitswarm::BitSwarmClient/onSocketConnect()