We have just released new updates for C# and Java clients, fixing several issues that were reported recently.
Make sure to visit our API download section to get the latest API releases.
We have just released new updates for C# and Java clients, fixing several issues that were reported recently.
Make sure to visit our API download section to get the latest API releases.
With SmartFoxServer 2X 2.13.4 we introduced websocket origin checks for HTML5 clients. What this mechanism does is essentially verify the provenance of the client against a white-list of domains configured by the server admin. If the client origin does not match any of the allowed domains the client connection is denied.
In this article we’ll demonstrate how to use and configure websocket origins in SmartFoxServer 2X and discuss the advantages and limitations of this security measure. We’ll also take a deeper look at the issue of cheating clients and propose several ideas to improve the security of your online game. Continue reading
We’ve just released the new SmartFoxServer 2X update 2.13.4.
The release introduces new security options for websockets, via origin management, and fixes a couple of issues reported in our forums over the course of the last weeks.
You can read the full release notes and download the update at this page.
We just released v1.7.9 of the SFS2X C# client API for Unity / .Net / Mono / Universal Windows Platform.
What’s new:
…And we also fixed a WSS connection issue in Unity.
You can get the updated API at this url: https://www.smartfoxserver.com/download/sfs2x#p=client
Enjoy!
Often times articles in this blog are inspired by questions and issues raised by our users and this new entry is no exception. One aspect of SmartFoxServer that seems to intimidate developers is the multi-threaded environment behind custom Extensions, and the relative implications in terms of concurrency, scalability and performance.
In this new entry we’re going to demystify the subject and demonstrate how simple and painless is writing server side code, even when many other things are running concurrently. Continue reading
We’ve just released the new SmartFoxServer 2X update 2.13.3
The release provides a fix for a corner case that can cause ghost users to be stuck in a Room.
You can read the full release notes and download the update at this page.
We just released v1.7.10 of the SFS2X JavaScript client API.
Starting from this new version, we completely reviewed the build process of the API.
This fixes some compatibility issues of the internal third-party libraries with module bundlers (like webpack) and also brings:
As always, the new package is available on the download page of our website (other than in the npm repository, from now on).
In order to showcase the usage of the API with npm and webpack, we also released a variant Connector example describing the project setup and build process, including the new source mapping option.
Enjoy!
We have just released a new client side API update across all supported platforms, ironing out a few bugs that were reported recently.
In particular we have solved an issue whereby reconnecting an encrypted session would cause a server side error and fail to reconnect.
Make sure to check our client API section of the website to read the release notes and download the updates.
We’ve just released the new SmartFoxServer 2X update 2.13.1
The release provides security fixes for a third party library, support for Java 8 lambdas in server side code and performance improvements.
You can read the full release notes and download the update at this page.
We just published the first batch of HTML5 / JavaScript tutorials describing the following examples in details:
All tutorials are available in our documentation website.