Exception. BlueBox connection is not active

Post here your questions about SFS2X. Here we discuss all server-side matters. For client API questions see the dedicated forums.

Moderators: Lapo, Bax

Post Reply
regulxenao
Posts: 34
Joined: 03 Mar 2011, 20:29

Exception. BlueBox connection is not active

Post by regulxenao »

Hello!

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()
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

Please describe exactly what you are trying to do, step by step
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply