First of all, are you using the latest server patch (2.1.0)?
version 2.0.1
From which client do you see this, the third one?
I see this from clinet which stands in the room
How are you joining the user in the room? Via SFSApi.joinRoom()?
Yeah, we use SFSApi.joinRoom extension.getApi ...
Search found 16 matches
- 21 May 2012, 08:28
- Forum: SFS2X Questions
- Topic: Problem with user disconnection
- Replies: 3
- Views: 7543
- 18 May 2012, 14:43
- Forum: SFS2X Questions
- Topic: Problem with user disconnection
- Replies: 3
- Views: 7543
Problem with user disconnection
Hello,
Situation:
1. Enter with two users into ther room from two different browsers on the same PC.
2. Unplug ethernet cable from this PC -->> got connect lost in few seconds on client.
3. From third clinet using another PC it could be seen that two disconnected users are still in the room.
4 ...
Situation:
1. Enter with two users into ther room from two different browsers on the same PC.
2. Unplug ethernet cable from this PC -->> got connect lost in few seconds on client.
3. From third clinet using another PC it could be seen that two disconnected users are still in the room.
4 ...
- 15 May 2012, 15:38
- Forum: SFS2X Questions
- Topic: Reconnection to server is too slow.
- Replies: 1
- Views: 4516
Reconnection to server is too slow.
Hello,
We receive many messages CONNECTION_LOST on client side. Connection between clinet and server is not very good (8% packet loss), but ping from clinet to server is ok at the moment. The question is: what condiion cause CONNECTION_LOST message.
Also, after receiving such message we try to ...
We receive many messages CONNECTION_LOST on client side. Connection between clinet and server is not very good (8% packet loss), but ping from clinet to server is ok at the moment. The question is: what condiion cause CONNECTION_LOST message.
Also, after receiving such message we try to ...
- 15 May 2012, 15:24
- Forum: SFS2X Questions
- Topic: Blue box disconnect
- Replies: 2
- Views: 5164
Blue box disconnect
Hello,
I have a question. How does Smartfox server know that user disconnected from the server if user was connected via bluebox, not usual connection?
Thanks in avdvance
I have a question. How does Smartfox server know that user disconnected from the server if user was connected via bluebox, not usual connection?
Thanks in avdvance
- 04 May 2012, 06:49
- Forum: SFS2X Questions
- Topic: Preventing user kick
- Replies: 1
- Views: 4195
Preventing user kick
Hello,
Usually after some time of inactivitry Smartfox kicks user out from the server.
We have group of users in our apllication, let's call them "administrators", who shouldn't be kicked at all. Is there a way to prevent kicking users after timeout? We read some topics where sending empty ...
Usually after some time of inactivitry Smartfox kicks user out from the server.
We have group of users in our apllication, let's call them "administrators", who shouldn't be kicked at all. Is there a way to prevent kicking users after timeout? We read some topics where sending empty ...
- 22 Mar 2012, 07:52
- Forum: SFS2X Questions
- Topic: 2X + Clustering
- Replies: 22
- Views: 32209
Re: 2X + Clustering
Hi,
We have two physical servers with Smartfox running on them. How could we establish connection between these servers in order to send(exchange) user messages with paramters between two servers? Is it possible at all for users on different physical servers to send messages to each other? Please ...
We have two physical servers with Smartfox running on them. How could we establish connection between these servers in order to send(exchange) user messages with paramters between two servers? Is it possible at all for users on different physical servers to send messages to each other? Please ...
- 07 Mar 2012, 13:18
- Forum: SFS2X Questions
- Topic: 2X + Clustering
- Replies: 22
- Views: 32209
Re: 2X + Clustering
Hi
Since clustering with Terracotta is not possible http://www.smartfoxserver.com/support/faq#BT06
I decided to do next: several sfs2x servers and cluster database.
But I have a problem, I need to send messages to users located on other sfs2x servers . How should I do it?
Thanks
Since clustering with Terracotta is not possible http://www.smartfoxserver.com/support/faq#BT06
I decided to do next: several sfs2x servers and cluster database.
But I have a problem, I need to send messages to users located on other sfs2x servers . How should I do it?
Thanks
- 05 Mar 2012, 15:32
- Forum: SFS2X Questions
- Topic: Creation and removing rooms on time.
- Replies: 1
- Views: 4347
Creation and removing rooms on time.
Hi there
Creation and removing rooms on time. Is there some opportunity to do so without sfs.getTaskScheduler().scheduleAtFixedRate?
Thanks
Creation and removing rooms on time. Is there some opportunity to do so without sfs.getTaskScheduler().scheduleAtFixedRate?
Thanks
- 05 Mar 2012, 11:48
- Forum: SFS2X Questions
- Topic: Client reconnection
- Replies: 10
- Views: 14882
Re: Client reconnection
Hi
I implemented the logic reconnect user after reload or crash flash.
I need your SRS mechanism to restore the user after internet problems.
User always login with the same nick name. What am I supposed to do to avoid this error?
Thanks
I implemented the logic reconnect user after reload or crash flash.
I need your SRS mechanism to restore the user after internet problems.
User always login with the same nick name. What am I supposed to do to avoid this error?
Thanks
- 03 Mar 2012, 08:04
- Forum: SFS2X Questions
- Topic: Client reconnection
- Replies: 10
- Views: 14882
Re: Client reconnection
Hi
There is another problem after the changing in setting "User reconnection timeframe". Flash Drive can not login in the zone if you close browser or refresh F5 (I think there will be the same error if Internet is disconected)
Flash input to the server:
1. Connect to sfs server (flash after ...
There is another problem after the changing in setting "User reconnection timeframe". Flash Drive can not login in the zone if you close browser or refresh F5 (I think there will be the same error if Internet is disconected)
Flash input to the server:
1. Connect to sfs server (flash after ...
- 01 Mar 2012, 13:42
- Forum: SFS2X Questions
- Topic: SFSEventType.USER_DISCONNECT not being fired
- Replies: 3
- Views: 6561
Re: SFSEventType.USER_DISCONNECT not being fired
Hi
Could you explain me
What kind of events order will be on the server and flash if there's set setting "User reconnection timeframe" = 3
USER_DISCONNECT
USER_RECONNECTION_TRY
USER_RECONNECTION_SUCCESS
user in room in time disconnect
USER_DISCONNECT and USER_LEAVE_ROOM or only USER_DISCONNECT ...
Could you explain me
What kind of events order will be on the server and flash if there's set setting "User reconnection timeframe" = 3
USER_DISCONNECT
USER_RECONNECTION_TRY
USER_RECONNECTION_SUCCESS
user in room in time disconnect
USER_DISCONNECT and USER_LEAVE_ROOM or only USER_DISCONNECT ...
- 29 Feb 2012, 12:06
- Forum: SFS2X Questions
- Topic: Create room from Serverside in SFS2x
- Replies: 8
- Views: 16250
Re: Create room from Serverside in SFS2x
Thanks you very much for your answer 
- 28 Feb 2012, 11:56
- Forum: SFS2X Questions
- Topic: Create room from Serverside in SFS2x
- Replies: 8
- Views: 16250
Re: Create room from Serverside in SFS2x
1. 4 users want to enter the room that belongs to a group of rooms "group_1"
2. Each user sends request to the server with the parameter "group_1"
3. The server is trying to get the room (not private and the number of users is less than maximum) from the group "group_1"
4. If there's no such room in ...
2. Each user sends request to the server with the parameter "group_1"
3. The server is trying to get the room (not private and the number of users is less than maximum) from the group "group_1"
4. If there's no such room in ...
- 28 Feb 2012, 10:14
- Forum: SFS2X Questions
- Topic: Create room from Serverside in SFS2x
- Replies: 8
- Views: 16250
Re: Create room from Serverside in SFS2x
Multiple users sent a request to join the room. We need to create a room and join all the users in new room
How should I limit the access for the room creation not to get a several rooms instead of single?
I use for name room = "room_"+count rooms in group rooms
How should I limit the access for the room creation not to get a several rooms instead of single?
I use for name room = "room_"+count rooms in group rooms
- 24 Feb 2012, 11:08
- Forum: SFS2X Java / Android API
- Topic: Question about group ids
- Replies: 13
- Views: 62161
Re: Question about group ids
Example:
List of groups: group_1, group_2, group_3
Add groups to the area through the setPublicGroups method. Add several rooms into each group.
1. I need to add a new group group_4 (ie I can't use setPublicGroups method). So I need to create a room and tie it to the new group for creating this ...
List of groups: group_1, group_2, group_3
Add groups to the area through the setPublicGroups method. Add several rooms into each group.
1. I need to add a new group group_4 (ie I can't use setPublicGroups method). So I need to create a room and tie it to the new group for creating this ...