Search found 12 matches

by peter890
19 Aug 2011, 09:29
Forum: SFS2X Questions
Topic: Extension Request refused. Sender is not a User
Replies: 24
Views: 37866

Assumptions at point 2 and 3 are not correct. 2) The AdminTool does not receive the same traffic that the other clients do so its not the same thing. 3) Of course... only a full blackout of the network would cause everyone to disconnect. Normally these kind of problems happen for a minority of the ...
by peter890
01 Aug 2011, 12:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Call extension from client with roomlist empty
Replies: 5
Views: 8775

Probably joining a limbo room, and after that calling your extension. This is exactly what I do and it works perfectly. Totally recommend this. recently we are also facing the same issue. when user login to a zone. on join AUTO to any room, we can see sfs error in the unity log saying *************...
by peter890
13 Jul 2011, 12:42
Forum: SFS2X Questions
Topic: Send message at a FixedRate
Replies: 6
Views: 8699

Hi. To achieve that you need to create a new List, where you put all the users except the sender. Hi, i am using the schedular to send message packet at a fixed rate. i read the document and using the same way. we have TaskRunner implements Runnable in this class their is a call taskHandle.cancel()...
by peter890
07 Jul 2011, 12:12
Forum: SFS2X Questions
Topic: SFS2x error log
Replies: 1
Views: 3746

SFS2x error log

i am using SFS2x, recently we are getting below error - Error during write. Session: { Id: 41, Type: DEFAULT, Logged: No, IP: 192.168.0.130:4083 } 07 Jul 2011 06:02:51,204 WARN [SocketWriter-1] bitswarm.core.SocketWriter - java.lang.NullPointerException com.smartfoxserver.bitswarm.core.SocketWriter....
by peter890
06 Jul 2011, 03:31
Forum: SFS2X Java / Android API
Topic: Client fails on receiving large data
Replies: 15
Views: 23023

500 SFSObjects. Each object contains 10 fields, including string, int. Hi, Is this problem resolved. i have same senario, will be sending SFSArray containing several SFSObjects.each SFSObject contains 5 fields 3 string and 2 int. what is the maximum packet size that can be sent from server to clien...
by peter890
04 Jul 2011, 12:22
Forum: SFS2X Questions
Topic: Send message at a FixedRate
Replies: 6
Views: 8699

Hi. For a tutorial about using the Scheduler, you can check here: http://docs2x.smartfoxserver.com/GettingStarted/howtos#item7 i am scheduling at every 3 sec once the user variable update will be sent to all room users. to reduce the network traffic on server side. but when i collect all the incomi...
by peter890
30 Jun 2011, 06:39
Forum: SFS2X Questions
Topic: Send message at a FixedRate
Replies: 6
Views: 8699

hi. To achive that you can try using the Scheduler, which is used to schedule a task to occur in a specific interval Thank you. so i want to send user variables/Room variable update to client at a perticular time in the form of packet. so the client side will unpack and use the variables. how do i ...
by peter890
28 Jun 2011, 04:02
Forum: SFS2X Questions
Topic: Send message at a FixedRate
Replies: 6
Views: 8699

Send message at a FixedRate

I have a senario like this - will be sending position update message to each user in a perticular room, this is like every sec. I need to control the network traffic to the client, is there a way i can setup some time fixed and post these messages, any examples on this will be gr8 help.

Thanks,
by peter890
08 Jun 2011, 08:51
Forum: SFS2X Questions
Topic: TIPS: The new Room List and Room Groups
Replies: 13
Views: 25574

Switch between rooms

peter890 wrote:
bax wrote:Please read the server-side API Javadoc: you will find all the methods to do what you need. Start from the ISFSApi interface.



ok thankq


how do i switch between zones using groupId
by peter890
02 Jun 2011, 11:58
Forum: SFS2X Questions
Topic: TIPS: The new Room List and Room Groups
Replies: 13
Views: 25574

bax wrote:Please read the server-side API Javadoc: you will find all the methods to do what you need. Start from the ISFSApi interface.



ok thankq
by peter890
01 Jun 2011, 04:47
Forum: SFS2X Questions
Topic: TIPS: The new Room List and Room Groups
Replies: 13
Views: 25574

http://docs2x.smartfoxserver.com/DevelopmentBasics/join-and-create-rooms http://docs2x.smartfoxserver.com/DevelopmentBasics/room-architecture Thank you. Creating room and assign to a group , i need to do at server side using Java. Also send public message to all user's who are in that group.
by peter890
31 May 2011, 11:27
Forum: SFS2X Questions
Topic: TIPS: The new Room List and Room Groups
Replies: 13
Views: 25574

Create Group at run time and Assign room to each group.

Iam new to the SFS2x, want to learn on Room/group which is new in SFS2x. can any one guide how to create group at run time and assign rooms to it. I believe this is the closest you will get to "disabling" the room list. You will in effect get no room list if your user is not subscribed to ...

Go to advanced search