Search found 11 matches

by rgfernan
25 Aug 2017, 19:29
Forum: SFS2X Questions
Topic: How to join zone from server side
Replies: 3
Views: 5696

Re: How to join zone from server side

I guess he means making a user automatically join a zone from server side. I guess that is not possible, since in login event you don't have an user yet. I have a similar issue, but making a user automatically join a room. I used both room.addUser() and user.addJoinedRoom(), and in the server consol...
by rgfernan
11 May 2012, 13:50
Forum: SFS2X Java / Android API
Topic: NPE when lag monitor not enabled
Replies: 8
Views: 12847

Re: NPE when lag monitor not enabled

Ok. I meant the libraries on the final release. I will download the updates then.
Thanks.
by rgfernan
09 May 2012, 19:09
Forum: SFS2X Java / Android API
Topic: NPE when lag monitor not enabled
Replies: 8
Views: 12847

Re: NPE when lag monitor not enabled

This seems to be happening again with client API of the new version. I go back to release 3 and it works again.
by rgfernan
23 Apr 2012, 00:52
Forum: SFS2X Questions
Topic: Massive login attack
Replies: 2
Views: 5419

Massive login attack

Last week, we had an attack on our sfs server, having over 37k users logged in using the same session. I run a simple testing code (which I paste at the bottom), and I noticed it was failing. I think this shouldn't be happening, as it doesn't make any sense to me to have multiple logs within the sam...
by rgfernan
14 Jul 2010, 13:34
Forum: Server Side Extension Development
Topic: how do I get the room from a "userLost" InternalEv
Replies: 4
Views: 8128

roomIds[] content

What would be the content of the roomIds[] array? Is the roomIds[0] the last room the user joined?
by rgfernan
08 Jul 2010, 19:39
Forum: Server Side Extension Development
Topic: Is there a way to intercept objects sent?
Replies: 1
Views: 4083

Is there a way to intercept objects sent?

When an object is sent from a client, is it possible to see it from an extension?
by rgfernan
26 Apr 2010, 19:50
Forum: Java2SE / Android Client API
Topic: SFSObjectSerializer
Replies: 0
Views: 8952

SFSObjectSerializer

I get different messages with the java API than the messages I sniff from a flash client. I found that if I change the line #219 xmlData.append("<obj o='").append(nodeName).append("' t='a'>"); for xmlData.append("<obj o='").append(nod...
by rgfernan
21 Apr 2010, 18:08
Forum: Java2SE / Android Client API
Topic: User list empty
Replies: 4
Views: 13931

Operation result has a CountDownLatch, which is decremented by the handler when the corresponding event is received. If the event is not received, waitForEvent() will throw a timeout exception, so the code below wouldn't execute. What seems odd to me, is that the object representing the current room...
by rgfernan
20 Apr 2010, 16:00
Forum: Java2SE / Android Client API
Topic: User list empty
Replies: 4
Views: 13931

I will write a simplified version of the code where I detected the problem. It basically sends a join room message, waits until it receives a join room event, and then it attempts to set user variables. (I put it with colors below, because it could be more readable) public void joinRoom(final St...
by rgfernan
25 Mar 2010, 12:50
Forum: Java2SE / Android Client API
Topic: User list empty
Replies: 4
Views: 13931

User list empty

Does anyone know why could happend that at some point I get an empty user list in the current room, despite having a user logged in, and even the userCount being 1?
by rgfernan
20 Mar 2010, 00:29
Forum: Java2SE / Android Client API
Topic: Maven
Replies: 1
Views: 11563

Maven

Is there any maven repo with java client?

Go to advanced search