Search found 22 matches

by Sreelu
28 Jun 2017, 06:22
Forum: SFS2X Questions
Topic: SocketWriter Issue
Replies: 3
Views: 5128

Re: SocketWriter Issue

we are using 2.9.0 :( Also we are facing frequent OutOfMemoryError: PermGen Space We recently purchased license for 500 concurrent users and upgraded our server for the same in production environment this error is happening when there are around 200 CCU. we added vm parameters -Xms512M -Xmx2048M and...
by Sreelu
27 Jun 2017, 10:54
Forum: SFS2X Questions
Topic: SocketWriter Issue
Replies: 3
Views: 5128

SocketWriter Issue

Iam facing this issue very frequently..Please help me in understanding what can be the issue behind this?? 27 Jun 2017 | 16:29:48,126 | WARN | SocketWriter-1 | bitswarm.core.SocketWriter | | Problems in SocketWriter main loop, Thread: Thread[SocketWriter-1,5,main] 27 Jun 2017 | 16:29:48,126 | WARN |...
by Sreelu
22 Jun 2017, 11:08
Forum: SFS2X Questions
Topic: Concurrent Modification Exception
Replies: 2
Views: 4375

Re: Concurrent Modification Exception

Thanku..'ll look into
by Sreelu
21 Jun 2017, 12:47
Forum: SFS2X Questions
Topic: Concurrent Modification Exception
Replies: 2
Views: 4375

Concurrent Modification Exception

While iam trying to join players to room, and update room variables, send some extension response..facing concurrent modification exception. This is not happening everytime..Only at times, Please help in resolving this issue PFB exception stack trace: 21 Jun 2017 | 17:20:21,275 | WARN | Timer-8 | v2...
by Sreelu
24 Mar 2017, 12:45
Forum: SFS2X Java / Android API
Topic: Login Error Duplicate Name
Replies: 1
Views: 8281

Login Error Duplicate Name

I have to get User object for 6 players, and for that I need to do Login first. So, I had done the below code which gave me login errors: ISession session = SmartFoxServer.getInstance().getSessionManager().getAllLocalSessions().get(0); SmartFoxServer.getInstance().getAPIManager().getSFSApi().login(s...
by Sreelu
17 Mar 2017, 09:04
Forum: SFS2X Questions
Topic: SFSObject Copy to other in Serverside
Replies: 5
Views: 7427

Re: SFSObject Copy to other in Serverside

I have an SFSObject..which has 10 attributes like roomname, roomid and soon.. I want to copy all those values with key and values intact into other object except for roomname.. After copy the whole object, planning to overwrite that roomname.. As my original object has too many attributes, I dint fe...
by Sreelu
17 Mar 2017, 08:27
Forum: SFS2X Questions
Topic: SFSObject Copy to other in Serverside
Replies: 5
Views: 7427

Re: SFSObject Copy to other in Serverside

True..that iam overwriting...But iam adding each object to sfsarray..so, sfsarray should have different 5 objects as I newly created each sfsobject..
Only Change in all 5 objects is only roomname..SO, I had overwritten that..
by Sreelu
16 Mar 2017, 19:13
Forum: SFS2X Questions
Topic: SFSObject Copy to other in Serverside
Replies: 5
Views: 7427

SFSObject Copy to other in Serverside

I have an SFSObject which needs to be copied to 5 other different SFSObjects and only one property will be changed in each, So, Please let me know how do we copy one SFSObject to other as the same reference is being returned everytime. My Sample Code: SFSArray roomDataListTobeSend = new SFSArray(); ...
by Sreelu
16 Mar 2017, 19:03
Forum: SFS2X Questions
Topic: admin login
Replies: 2
Views: 4600

Re: admin login

yeah..but nothing was there..reinstalled from scratch..worked!! :)
by Sreelu
15 Feb 2017, 12:04
Forum: SFS2X Questions
Topic: Custom ClientDisconnectionReason
Replies: 4
Views: 6300

Re: Custom ClientDisconnectionReason

Oh!! ok :(
by Sreelu
13 Feb 2017, 08:48
Forum: SFS2X Questions
Topic: Custom ClientDisconnectionReason
Replies: 4
Views: 6300

Re: Custom ClientDisconnectionReason

Hi Lapo,
If I send an admin message to 5 users in a room from server, will i be able to know to whom it is reached and to whom it is not?
by Sreelu
08 Feb 2017, 05:46
Forum: RedBox 2X
Topic: Real time Audio/Video
Replies: 2
Views: 10300

Re: Real time Audio/Video

Thanks Lapo..Got it!! :)
by Sreelu
07 Feb 2017, 10:34
Forum: RedBox 2X
Topic: Real time Audio/Video
Replies: 2
Views: 10300

Real time Audio/Video

My project requirement: I need to call users from my application which is hosted via sfs.If i Configure redbox, will I be able to call users by their numbers, or can do video chat? (like whatsapp calling/video calling ). Instead of application to application, will i be able to call them using their ...
by Sreelu
24 Jan 2017, 12:52
Forum: SFS2X Questions
Topic: admin login
Replies: 2
Views: 4600

admin login

Hi,
Iam able to login to my admin tool..but not able to see any of the tabs even though i clicked on 'server configurator', 'zone configurator' !!
Please help me how to access the respective tabs..
by Sreelu
17 Jan 2017, 13:17
Forum: SFS2X Questions
Topic: Sequence of connection events fired
Replies: 1
Views: 3979

Sequence of connection events fired

I have some event handlers registered this way: addEventHandler(SFSEventType.USER_DISCONNECT,OnPlayerGoneHandler.class); addEventHandler(SFSEventType.USER_RECONNECTION_SUCCESS,OnPlayerReconnectionHandler.class); addEventHandler(SFSEventType.USER_RECONNECTION_TRY,OnPlayerGoneHandler.class); I underst...

Go to advanced search