Search found 9 matches

by kaandok
21 Aug 2012, 11:35
Forum: SFS2X Java / Android API
Topic: [SOLVED-Not a bug] Possible Bug Related to Joined Rooms
Replies: 8
Views: 10288

Re: Possible Bug Related to Joined Rooms - Latest Version

Crystal clear, thanks for all the details you have laid out!

Have a great day :)
by kaandok
21 Aug 2012, 11:08
Forum: SFS2X Java / Android API
Topic: [SOLVED-Not a bug] Possible Bug Related to Joined Rooms
Replies: 8
Views: 10288

Re: Possible Bug Related to Joined Rooms - Latest Version

Thanks for the details. I'd be willing to do 1, if the clients won't receive public message events for other rooms in the group. Does groups do this, I mean do they broadcast public messages in one of group rooms to every client in the group? I couldn't understand 2. Doesn't the call sfs.getRoomByNa...
by kaandok
21 Aug 2012, 10:28
Forum: SFS2X Java / Android API
Topic: [SOLVED-Not a bug] Possible Bug Related to Joined Rooms
Replies: 8
Views: 10288

Re: Possible Bug Related to Joined Rooms - Latest Version

Answer for your last point: no, the group containing X,Y,Z are not subscribed by default. but the groups they belong are listed in the parameter just above the one you mentioned. i.e. public room groups parameter. so the rooms are publicly available and also client receive ROOM_JOIN event for the ro...
by kaandok
21 Aug 2012, 08:45
Forum: SFS2X Java / Android API
Topic: [SOLVED-Not a bug] Possible Bug Related to Joined Rooms
Replies: 8
Views: 10288

Re: Possible Bug Related to Joined Rooms - Latest Version

Thanks for the reply, here are the answers: 1)That is correct and it works correctly if I don't pass anything, but this workaround only applies to scenario where I want to send a message to the last joined room. I presume it wouldn't work in a multi-room scenario (where rooms X,Y,Z are joined) 2) Ye...
by kaandok
20 Aug 2012, 21:01
Forum: SFS2X Java / Android API
Topic: [SOLVED-Not a bug] Possible Bug Related to Joined Rooms
Replies: 8
Views: 10288

[SOLVED-Not a bug] Possible Bug Related to Joined Rooms

Hi, there I think I may have spotted a bug on the Java client API. Here are the steps to reproduce: 1) Client-Side: Listen for ROOM_JOIN events, connect and login to the server 1) Server-Side: Join the user to room X on USER_JOIN_ZONE event 2) Client-Side: On ROOM_JOIN event, log joined rooms list (...
by kaandok
12 Aug 2012, 11:35
Forum: SFS2X Questions
Topic: SFS2X guava library problem (probably classloader prob.)
Replies: 5
Views: 5771

Re: SFS2X guava library problem (probably classloader prob.)

By the way, the Guava problem is also solved with the solution from: http://www.smartfoxserver.com/forums/viewtopic.php?f=18&t=14690 My question about whether the collection returned by getParentZone().getUserList() is backed by something that also implements the List interface still stands, tho...
by kaandok
12 Aug 2012, 11:29
Forum: SFS2X Questions
Topic: Jar-Jars are not loaded
Replies: 1
Views: 3308

Jar-Jars are not loaded

Hi, according to my experiments SFS2X classloaders do not load classes in jars that are inside of other jars the solution is simply to expand the other jars, but I think that jar-jars (nested jars) are a really nice way to package projects and if it is not really hard to support them would be a nice...
by kaandok
12 Aug 2012, 08:38
Forum: SFS2X Questions
Topic: SFS2X guava library problem (probably classloader prob.)
Replies: 5
Views: 5771

Re: SFS2X guava library problem (probably classloader prob.)

You are right with the DestroyJavaVM thread, as time goes by its time utilization ratio decreases (so, I'm guessing it's not working and the high utilization is related to the way statistics about threads are gathered) No errors, at all, I checked every single place that can contain a log :) Accordi...
by kaandok
11 Aug 2012, 18:25
Forum: SFS2X Questions
Topic: SFS2X guava library problem (probably classloader prob.)
Replies: 5
Views: 5771

SFS2X guava library problem (probably classloader prob.)

Hi, I have two jars extensions-shared.jar and extension.jar extension-shared.jar contains model classes and google guava library jar, this is placed under extensions/__lib__ extension.jar contains the extension code referencing guava library (such as Lists.newArrayList(getParentExtension().getUserLi...

Go to advanced search