Search found 14 matches
- 19 Jan 2010, 06:42
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: connect to server very slowly
- Replies: 1
- Views: 3771
connect to server very slowly
why i connect to server very slowly, sometime need twice connection ? Is config wrong?
- 02 Jan 2010, 09:51
- Forum: Server Side Extension Development
- Topic: how to judge the room is disposed ?
- Replies: 6
- Views: 9000
- 28 Dec 2009, 14:36
- Forum: Server Side Extension Development
- Topic: how to judge the room is disposed ?
- Replies: 6
- Views: 9000
- 23 Dec 2009, 11:28
- Forum: Server Side Extension Development
- Topic: how to judge the room is disposed ?
- Replies: 6
- Views: 9000
- 22 Dec 2009, 14:52
- Forum: Server Side Extension Development
- Topic: how to judge the room is disposed ?
- Replies: 6
- Views: 9000
- 22 Dec 2009, 02:46
- Forum: Server Side Extension Development
- Topic: how to judge the room is disposed ?
- Replies: 6
- Views: 9000
how to judge the room is disposed ?
hi,
in my app, i use java extend a object named Street in server side.
code :
public class Street {
private String streetId;
private HashMap<String, Room> roomMap;
private int maxCount;
.........
}
in server side, when i create a new dynamic room that will disposed if no user in, also add ...
in my app, i use java extend a object named Street in server side.
code :
public class Street {
private String streetId;
private HashMap<String, Room> roomMap;
private int maxCount;
.........
}
in server side, when i create a new dynamic room that will disposed if no user in, also add ...
- 17 Dec 2009, 14:44
- Forum: Server Side Extension Development
- Topic: server side join room, client no receive event
- Replies: 5
- Views: 8141
- 17 Dec 2009, 14:31
- Forum: Server Side Extension Development
- Topic: server side join room, client no receive event
- Replies: 5
- Views: 8141
- 16 Dec 2009, 06:12
- Forum: Server Side Extension Development
- Topic: server side join room, client no receive event
- Replies: 5
- Views: 8141
server side join room, client no receive event
i create the Room from server side ,then join it from there.But the client just receive onRoomAdded evet ,no onJoinRoom event .why?
- 02 Dec 2009, 01:32
- Forum: Server Side Extension Development
- Topic: use java extension create room then joinroom fail
- Replies: 3
- Views: 6304
- 28 Nov 2009, 15:07
- Forum: BlueBox
- Topic: close bluebox
- Replies: 1
- Views: 6118
close bluebox
i want to close bluebox in SmartFoxServerPRO_1.6.6 , how setting it
- 28 Nov 2009, 14:46
- Forum: Server Side Extension Development
- Topic: use java extension create room then joinroom fail
- Replies: 3
- Views: 6304
use java extension create room then joinroom fail
i use java extension create new room in server-side, when room is not existing it will create it. Now in client-side sendXtMessage create room and listener SFSEvent.onExtensionResponse then use sf.joinRoom ,the problem is sometime that success but sometime is fail. i find that in the server-side ...
- 28 Nov 2009, 14:45
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: use java extension create room then joinroom fail
- Replies: 1
- Views: 3886
use java extension create room then joinroom fail
i use java extension create new room in server-side, when room is not existing it will create it. Now in client-side sendXtMessage create room and listener SFSEvent.onExtensionResponse then use sf.joinRoom ,the problem is sometime that success but sometime is fail. i find that in the server-side ...
- 28 Nov 2009, 14:28
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: client-side not receive joinroom event
- Replies: 1
- Views: 3846
client-side not receive joinroom event
when i use sfs.joinroom join some different room ,sometime client-side not receive SFSEvent.onJoinRoom Event , sometime success why?