Posts

Showing posts from April, 2012

Smarfox 2x Compression Error

The smartfox 2x compression error has now been resolved. Very soon there shall be a patch released with the fix. Phew! finally some relief and the 2X server will now continue rocking!

SmartfoxServer 2X

The compression error in SmartFox 2x is probably due to the client side getting choked with a lot of incoming messages. The only solution as of now is to limit how much a client processes incoming messages. The client sends data to the server, the server maintains a queue of information and on a periodic interval keeps dispatching this data. This way we can control how much data is processed by the client. Though it looks like a smart fox issue, the solution above is temporary, but should work.