Search found 14 matches

by arash
13 Oct 2016, 22:27
Forum: SFS2X Questions
Topic: Use smart fox in non-game project
Replies: 1
Views: 3452

Use smart fox in non-game project

Hi I just want to know that technically , is it possible to use smart fox in projects like Uber (fleet management ) .
by arash
28 Aug 2016, 13:48
Forum: SFS2X Questions
Topic: how to alarm for max concurrent users
Replies: 1
Views: 3466

how to alarm for max concurrent users

Hi , I am developing an online game with smartfox for a company , they want to decide to buy smartfox but they want to buy step by step by increasing the users , how i can distinguish that a license is reach to the max permit concurrent user at a time and must be update to upper solution . is there ...
by arash
22 Jun 2016, 23:26
Forum: SFS2X Questions
Topic: Invitation does not send on create SFSGAME
Replies: 2
Views: 4352

Re: Invitation does not send on create SFSGAME

thx for your response
by arash
22 Jun 2016, 11:23
Forum: SFS2X Questions
Topic: Invitation does not send on create SFSGAME
Replies: 2
Views: 4352

Invitation does not send on create SFSGAME

Hi I want to use auto invitation of SFSGAME creation but it does not work for me , i use below code in server : public class OnInvitationRequestHandler extends BaseClientRequestHandler { @Override public void handleClientRequest(User user, ISFSObject isfsObject) { Random randomGenerator = new Random...
by arash
07 Jun 2016, 11:31
Forum: SFS2X Questions
Topic: Task scheduller.
Replies: 9
Views: 10646

Re: Task scheduller.

Hi Lapo this is the error message (today works more than one time but after a while i got error ) java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.Sched uledThreadPoolExecutor$ScheduledFutureTask@7391483c rejected from java.util.conc urrent.ScheduledThreadPoolExecutor@471d9...
by arash
06 Jun 2016, 21:08
Forum: SFS2X Questions
Topic: Task scheduller.
Replies: 9
Views: 10646

Re: Task scheduller.

Hi Lapo my code thrown error after a while :(error rejectedexecutionexception) package com.codeanimate.mishakosha.danileaguemain.room; import codeAnimate.misha.daniLeagueModel.DaniLeagueModel; import com.codeanimate.mishakosha.danileaguemain.Constants; import com.smartfoxserver.v2.SmartFoxServer; im...
by arash
31 May 2016, 17:36
Forum: SFS2X Questions
Topic: Task scheduller.
Replies: 9
Views: 10646

Re: Task scheduller.

Hi Lapo thx for your description but I can not find this method :
getApi().getSystemScheduler()
by arash
29 May 2016, 11:31
Forum: SFS2X Questions
Topic: Task scheduller.
Replies: 9
Views: 10646

Re: Task scheduller.

I put my room extension in lib folder for memory performance in my senario I have 10 little games that in every match 2 player play 3 games randomly between every games they see a page for 10 second but the times of every game is different. two question : 1- can i define this Task scheduller in room...
by arash
27 Feb 2016, 14:39
Forum: SFS2X Questions
Topic: want a solution for upload download image
Replies: 3
Views: 5293

Re: want a solution for upload download image

Thx Lapo for your response , You answered my question by these sentences , I afraid that so many images downloading cause problem for socket and server (you said that there is no problem ) . But just one thing remain in the server side is that first we have to load the images to the memory on the se...
by arash
26 Feb 2016, 16:13
Forum: SFS2X Questions
Topic: want a solution for upload download image
Replies: 3
Views: 5293

want a solution for upload download image

I am developing an mobile app that needs a small social network , I built signup using signup assistant component on a zone and login to play on another zone , The problem that I have is , I have to download all the friend users avator from server (smartfox box) , I think that every image is about 2...
by arash
23 Jan 2016, 08:28
Forum: SFS2X Questions
Topic: Signup Assistant does not response on client
Replies: 1
Views: 3701

Signup Assistant does not response on client

I am using Signup assistant on the server side and as3 air client as below : _smartFoxServer=new SmartFox(true); _smartFoxServer.addEventListener(SFSEvent.CONNECTION,onConnection); _smartFoxServer.addEventListener(SFSEvent.CONNECTION_LOST,onConnectLost); _smartFoxServer.addEventListener(SFSEvent.LOG...
by arash
08 Oct 2014, 08:44
Forum: SFS2X Questions
Topic: set uservariable in loginEventHandler
Replies: 2
Views: 4229

Re: set uservariable in loginEventHandler

thx Lapo it works now :)
by arash
06 Oct 2014, 13:44
Forum: SFS2X Questions
Topic: set uservariable in loginEventHandler
Replies: 2
Views: 4229

set uservariable in loginEventHandler

Hi , I wrote an extension that has Custom Login Handler , after I query my db by use of dbmanager in LoginEventHandler I have some result for this user from db , I have to save some of the result column in uservariable but in LoginEventhandler phase we do not have a real user , how we can transfer t...
by arash
14 Jul 2014, 09:44
Forum: SFS2X Questions
Topic: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!
Replies: 30
Views: 93971

Re: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!

I upgraded to the last version but when i start service manually i got an error about SLF4J :

SLF4J : the request version 1.6.99 by your slf4j binding is not compatible with [1.5.5, 1.5.6 , 1.5.7 , 1.5.8 , 1.5.9 , 1.5.10]
SLF4J : Class path contains multiply SLF4J bindings.

Go to advanced search