Search found 50 matches

by steve13627
09 May 2018, 09:48
Forum: SFS2X Questions
Topic: Upgrade Server|license error|waiting online
Replies: 1
Views: 3199

Upgrade Server|license error|waiting online

Hi admin site, We just upgraded the server from version 2.7.0 to 2.13.x. Everything is ok but the license, we have concurrency user limitation as 100. We have bought the license for version 2.7.0. Can we migrate the license to the new server(2.13.X). if yes, could you provide the document(URL) to gu...
by steve13627
08 Feb 2018, 05:59
Forum: SFS2X HTML5 / JavaScript API
Topic: Support SmartFox Server version 2.7.0
Replies: 12
Views: 13458

Re: Support SmartFox Server version 2.7.0

Ok. Lapo. Thanks for your suggestion.
by steve13627
07 Feb 2018, 03:45
Forum: SFS2X C# API
Topic: duplicate event fire
Replies: 4
Views: 6594

Re: duplicate event fire

Please refer the code as below: UserVariable uv=new SFSUserVariable("cards", null); this.getApi().setUserVariables(user,Arrays.asList(uv),true,true); after this code, I am trying to reset this variable like below: SFSArray sfsarray = (SFSArray) existingCardList.getValue(); existingCardList...
by steve13627
06 Feb 2018, 11:27
Forum: SFS2X HTML5 / JavaScript API
Topic: Support SmartFox Server version 2.7.0
Replies: 12
Views: 13458

Re: Support SmartFox Server version 2.7.0

The same result which the remote host ip and port 8989.
by steve13627
06 Feb 2018, 11:23
Forum: SFS2X C# API
Topic: duplicate event fire
Replies: 4
Views: 6594

Re: duplicate event fire

To solve this problem, I also add the user variable update event hanlder in server side, but it fires once, is there any thing wrong?
by steve13627
06 Feb 2018, 11:21
Forum: SFS2X C# API
Topic: duplicate event fire
Replies: 4
Views: 6594

duplicate event fire

Hi All,

There is a trange problem I was encount, the client receive twice same event . Is there any people face this issue before?
by steve13627
06 Feb 2018, 02:18
Forum: SFS2X HTML5 / JavaScript API
Topic: Support SmartFox Server version 2.7.0
Replies: 12
Views: 13458

Re: Support SmartFox Server version 2.7.0

Hi Lapo,

The screen shot is from remote server not my local server.
by steve13627
05 Feb 2018, 08:58
Forum: SFS2X HTML5 / JavaScript API
Topic: Support SmartFox Server version 2.7.0
Replies: 12
Views: 13458

Re: Support SmartFox Server version 2.7.0

It's a really simple. Please refer the code as below: var sfsConfig = {}; sfsConfig.host = "127.0.0.1"; sfsConfig.port = 8989; sfsConfig.zone = "MultiplayerZone"; sfsConfig.debug = false; var sfs; //------------------------------------ // USER INTERFACE HANDLERS //---------------...
by steve13627
05 Feb 2018, 02:38
Forum: SFS2X HTML5 / JavaScript API
Topic: Support SmartFox Server version 2.7.0
Replies: 12
Views: 13458

Re: Support SmartFox Server version 2.7.0

Hi Lapo,
As your sugguestion, I ran the cmd in my remote host. Below is the cmd result:

Code: Select all

Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.


It seems ok. Am I right?
by steve13627
02 Feb 2018, 03:51
Forum: SFS2X HTML5 / JavaScript API
Topic: Support SmartFox Server version 2.7.0
Replies: 12
Views: 13458

Re: Support SmartFox Server version 2.7.0

Please let me know if you need to any other information
by steve13627
02 Feb 2018, 03:51
Forum: SFS2X HTML5 / JavaScript API
Topic: Support SmartFox Server version 2.7.0
Replies: 12
Views: 13458

Support SmartFox Server version 2.7.0

Hi team Is it possible to use Js(javaScript) to interact with SmartFox server(2.7.0) ? I am trying to do this, but get the error message as below failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET Please refer the attachment for the details. Btw,I am using the JS API version 1.7.1 w...
by steve13627
07 Dec 2017, 07:33
Forum: SFS2X Java / Android API
Topic: How to disable the log in client side
Replies: 2
Views: 8856

Re: How to disable the log in client side

Now, it seems it's my fault,I just the latest client side API, the problem got fixed. :)
by steve13627
07 Dec 2017, 06:59
Forum: SFS2X Java / Android API
Topic: How to disable the log in client side
Replies: 2
Views: 8856

How to disable the log in client side

Hi Admin team, I am using the java client to connect the server side, it was appear a huge seems non-useful log in the console window as below, GOT RESPONSE: poll|gAG7EgADAAFhAwALAAFjAgAAAXASAAIAAXIEAAAAAQACdmwRAAERAAUIABJjYWxsZWRCaW5nb051bWJlcnMCBhEASwQAAAAJBAAAAAsEAAAAPgQAAAAOBAAAAEYEAAAAKgQAAAASB...
by steve13627
30 Oct 2017, 07:46
Forum: SFS2X Questions
Topic: Smartfox SocketAcceptor Error
Replies: 19
Views: 20891

Re: Smartfox SocketAcceptor Error

oh my god, the amount is "1024" :shock: . I will increase the value to avoid this error.
by steve13627
19 Oct 2017, 10:20
Forum: SFS2X Questions
Topic: Smartfox SocketAcceptor Error
Replies: 19
Views: 20891

Re: Smartfox SocketAcceptor Error

The linux is ubuntu 12.10 and the file descriptor as below
"

Code: Select all

root@ip-10-55-200-126:/home/ubuntu# ulimit
unlimited


BTW,the error is appear not permanently but randomly .

Go to advanced search