Search found 70 matches

by levancho
27 Apr 2013, 16:58
Forum: SFS2X Questions
Topic: stress testing and Smartfox license
Replies: 1
Views: 3932

stress testing and Smartfox license

hi, We have not purchased a license for smartfox yet, its a business department thing that will happen before we go to production, but is not happening yet, anyways we are about to conduct a stress test of our system with bots that we are writing ussing NPC, our question is following: if we start ut...
by levancho
27 Apr 2013, 16:52
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 112132

Re: Connection encryption

I just recently had a discussion about this usecase , in our case user case is following: if a person has access to a router, of the potential victim or physical network cable?, he can be a man in the middle and intercept network packets and capture md5 hashed or unhashed password, but we have found...
by levancho
26 Apr 2013, 17:38
Forum: SFS2X ActionScript 3 API
Topic: inconvinient Problem recreating smartfox Object
Replies: 2
Views: 5817

Re: inconvinient Problem recreating smartfox Object

tnx lapo,
I have sent an email request.

Regards levancho.
by levancho
26 Apr 2013, 06:21
Forum: SFS2X ActionScript 3 API
Topic: inconvinient Problem recreating smartfox Object
Replies: 2
Views: 5817

inconvinient Problem recreating smartfox Object

as it was posted here before about recreating smartfox object everytime client is disconnected, I found a very inconvenient problem : every time I recreate smartfox object, I have to populate configData object with new configuration information, which means that I have to make a service call to load...
by levancho
20 Jan 2013, 13:14
Forum: SFS2X Questions
Topic: Bug with user ID
Replies: 4
Views: 7204

Re: Bug with user ID

i think i have to agree that there is a bug, but i believe it is the bug in how disconnected users are handled right now, maybe new "ghost hunter" code problem? i beleive when user is disconnected smartfox is taking some time (more than 3-5) seconds to realize that THE use has been gone an...
by levancho
10 Jan 2013, 22:20
Forum: SFS2X Questions
Topic: Idle timeouts
Replies: 7
Views: 8756

Re: Idle timeouts

Theoretically you could use a servlet container that is bundled with sfs to synch the clocks and make sync request to plain old servlet instead of smatfox. this would keen idle timeout intact.

We do not use jetty that ships with smarfox but a seperate instance of tomcat but idea should be the same.
by levancho
20 Dec 2012, 13:08
Forum: SFS2X Questions
Topic: Guide: Create Custom Errors
Replies: 15
Views: 45790

Re: Guide: Create Custom Errors

well we did a little different way, right now I am not sure if its best way but we have special command CMD_ERROR and when error happens we send this to client along with info regarding which command error hapened at and additional optional params. public void sendErrorCommand(String cmdName, SFSErr...
by levancho
20 Dec 2012, 11:46
Forum: SFS2X Questions
Topic: Guide: Create Custom Errors
Replies: 15
Views: 45790

Re: Guide: Create Custom Errors

This solution does not seen to work when we deal with exstensionReponses, because in handlers,
we can not throw this kind of exceptions,
how to we gracefully deal with exception communication between client and server extension handlers?
by levancho
17 Nov 2012, 11:44
Forum: SFS2X Questions
Topic: PLAYER_TO_SPECTATOR from server side, not firing events.
Replies: 2
Views: 5296

[FIXED] PLAYER_TO_SPECTATOR from server side, not firing eve

I found the problem, developer was doing room.spectatorToPlayer
i fixed it by ussing api method instead.
by levancho
16 Nov 2012, 20:27
Forum: SFS2X Questions
Topic: PLAYER_TO_SPECTATOR from server side, not firing events.
Replies: 2
Views: 5296

PLAYER_TO_SPECTATOR from server side, not firing events.

Hi, I have a problem where I am changing user which is spectator into player om serverside inside extension, on client side I am listening to PLAYER_TO_SPECTATOR event and I am also listening to SPECTATOR_TO_PLAYER event and i am not receiving those events at all on the client, is this becase I am d...
by levancho
16 Nov 2012, 20:12
Forum: SFS2X Questions
Topic: SFSEvent.USER_COUNT_CHANGE is not firing
Replies: 4
Views: 7238

Re: SFSEvent.USER_COUNT_CHANGE is not firing

bringing back this issue basically: here is whats happening. I have joined lobby room, then I joined room1 and after room1 I have subscribed to ouser count change event, but I am not receving events actually i am not receving any events for that room1 I am listening to spectator to player player to ...
by levancho
07 Nov 2012, 14:58
Forum: SFS2X Questions
Topic: communication between extensions problem
Replies: 1
Views: 4247

communication between extensions problem

Hi, I have encountered this problem and I am kind of puzzled how to solve it, its related to class Loader know issue that gives following erros when I try to get extension from other extension example: Room room = getParentExtension().getParentZone().getRoomById(roomId); AGiviGameBaseExtension ext =...
by levancho
31 Oct 2012, 17:05
Forum: SFS2X Questions
Topic: get IP address inside USER_LOGOUT event handler
Replies: 2
Views: 5279

get IP address inside USER_LOGOUT event handler

Hi,

I am able to get ip address inside login event handler, since I have access to session, but in logout event handler i dont have access to (probobally already destroyed ) session, so is there a way to get IP address in user_logout event.
by levancho
14 Oct 2012, 10:31
Forum: SFS2X Questions
Topic: after patching to latest 2.3.0 I get kicked as guest
Replies: 3
Views: 6174

Re: after patching to latest 2.3.0 I get kicked as guest

yes, I have a latest version of client as well.
and like I said it works in previous version does not work in 2.3 upgrade.

Go to advanced search