Search found 13 matches

by crimsonfantasy
25 Oct 2018, 13:21
Forum: SFS2X Questions
Topic: Should I care my libraries in SFS2X/extensions/__lib__ are different version with jar SFS2x/lib?
Replies: 1
Views: 3089

Should I care my libraries in SFS2X/extensions/__lib__ are different version with jar SFS2x/lib?

Hi: Let me take a simple example. If I use jackson-databind-2.9.7.jar in my project, but SmartFox 2X core current do use jackson-databind-2.8.2.jar. I deployed jackson-databind-2.9.7.jar in the SFS2X/extensions/__lib__. I known SmartFox run my App using ClassLoader A, and using ClassLoader B on Smar...
by crimsonfantasy
03 Sep 2018, 02:30
Forum: SFS2X Questions
Topic: setRoomVariables issues "Deflater has been closed"
Replies: 6
Views: 7445

Re: setRoomVariables issues "Deflater has been closed"

1. SmartFoxServer version used
server used smartFox 2X 2.13

2 » Client technology and client API version (which is found in the version property of the main SmartFox object instance)
Client is based on HTML5 technologies, and used Smart Fox Client API, 1.7.11.
by crimsonfantasy
31 Aug 2018, 04:14
Forum: SFS2X Questions
Topic: setRoomVariables issues "Deflater has been closed"
Replies: 6
Views: 7445

setRoomVariables issues "Deflater has been closed"

Our user report unexpected disconnection. I found some exception ejected when users occur unexpected disconnection. This exceptions refer to my code setRoomVariables; java.lang.NullPointerException: Deflater has been closed at java.util.zip.Deflater.ensureOpen(Deflater.java:559) at java.util.zip.Def...
by crimsonfantasy
20 Aug 2018, 09:49
Forum: SFS2X Questions
Topic: Does JavaScript client not receive extension response sometime?
Replies: 1
Views: 3119

Does JavaScript client not receive extension response sometime?

Our game have a countdown event. Server send countdown event (using SFSExtension Response) every second, If total time is 15, server send events subsequently to client every second, like this 15, 14,13....0 Server logs every extension response before sending response. Every thing are well in log fil...
by crimsonfantasy
10 Aug 2018, 00:07
Forum: SFS2X Questions
Topic: Does JRebel work on Smart Fox 2X server?
Replies: 1
Views: 3151

Does JRebel work on Smart Fox 2X server?

Does JRebel work on SmartFox-2X server?
There is no announce Smartfox supporting In Jrebel web.
So I come here to ask?
Dear Developer, Do you use JRebel when developing?
Thank you
by crimsonfantasy
09 Aug 2018, 23:56
Forum: SFS2X Questions
Topic: How SmartFox update a large Room Variable between client and Server?
Replies: 1
Views: 3055

How SmartFox update a large Room Variable between client and Server?

Hello, Smart Fox Server: If I have a Room Variable that contains a large SfsObject. The large SfsObject means it have many key/value in this. I am concerning that real network package size when transferring to client. If I update only one key's mapping value, How SmartFox update this? Does SmartFox ...
by crimsonfantasy
31 May 2018, 02:02
Forum: SFS2X Java / Android API
Topic: When clinet connecting again, there is a new ThreadPool..
Replies: 3
Views: 8650

Re: When clinet connecting again, there is a new ThreadPool..

Sorry, I known this is Java client forum here.
So does same methodology as Java to handle reconnecting when using JavaScript as client?
Thank you
by crimsonfantasy
30 May 2018, 05:21
Forum: SFS2X Java / Android API
Topic: When clinet connecting again, there is a new ThreadPool..
Replies: 3
Views: 8650

When clinet connecting again, there is a new ThreadPool..

We detect client whether it is lose connection. If client lose connection, we use Sfsclient.connect again. If connection is still not be establish, the job keep using Sfsclient.connect again. We discover a Thread Pool created after using Sfsclient.connect. So the worst situation is client program wi...
by crimsonfantasy
11 Apr 2018, 09:38
Forum: SFS2X Questions
Topic: how do client handle duplicated login?
Replies: 1
Views: 3230

how do client handle duplicated login?

Hi all: About duplicated login, I implemented customize login. I can see logs "User already logged in. Disconnecting previous instance" in server. However, I want client can handle "duplicated login situation", and show Message on UI to user "your account is used by another ...
by crimsonfantasy
23 Mar 2018, 09:54
Forum: SFS2X Questions
Topic: client got global Room information but not yet joining room.
Replies: 3
Views: 4717

Re: client got global Room information but not yet joining room.

I discovered that client API can not got Room Variable from target room A if client API did not join Room A.
I mean that is it possible got Room Variable if client not join any room.
by crimsonfantasy
23 Mar 2018, 06:38
Forum: SFS2X Questions
Topic: client got global Room information but not yet joining room.
Replies: 3
Views: 4717

client got global Room information but not yet joining room.

Hi, Client get global Room information but not yet joining room. What is global room information? Such as game type, a small description that wrote by host of room. Player can see them at lobby. I current use a map, key is room name, value is a complex SFSObject, and put the map in the Room variable...
by crimsonfantasy
21 Feb 2018, 09:04
Forum: SFS2X Questions
Topic: Which is better one game per room or one game per extension?
Replies: 3
Views: 4639

Re: Which is better one game per room or one game per extension?

When one player play my game, the man connects two extension. Smart Fox Server increase 2 or more CCU. So, I need to buy much expensive licence to support more CCU. I am not sure I understand this part. Zones in SmartFoxServer represent different applications, so my question is why does your client...
by crimsonfantasy
21 Feb 2018, 03:33
Forum: SFS2X Questions
Topic: Which is better one game per room or one game per extension?
Replies: 3
Views: 4639

Which is better one game per room or one game per extension?

Hello, everyone I have many types of casual game those are very easy to play with simple rules. I concerned maintainable for these game project, so I want make one game for one game extension (one zone). However, There are some limited on smart-Fox. Smart-fox require keeping connection per extension...

Go to advanced search