Search found 28 matches

by mephi
12 Dec 2014, 15:34
Forum: SFS2X Questions
Topic: handling Session Reconnection failure
Replies: 11
Views: 14254

Re: handling Session Reconnection failure

Thanks for the support and the fast answers Lapo!
Cheers!
by mephi
12 Dec 2014, 15:32
Forum: SFS2X Questions
Topic: matchmaking case
Replies: 3
Views: 5844

Re: matchmaking case

Thanks Lapo. Everything makes sense. And I just found out an error in my code, I already had try/catch block, but in the trace I've put e.getMessage() instead of e.getString(); The message was null, and then the task had an exception and died. Thanks again. Anyway I am thinking of how to make a moni...
by mephi
12 Dec 2014, 15:03
Forum: SFS2X Questions
Topic: handling Session Reconnection failure
Replies: 11
Views: 14254

Re: handling Session Reconnection failure

Yes, on the IOS simulator it is not reproducable. Try to test it on a device, you will see it then. Thank you for the recommendation for the idle times. I will get them higher as you suggested. But I am using this values to reproduce the bug easier, otherwise you have to wait a lot... You say that h...
by mephi
12 Dec 2014, 08:44
Forum: SFS2X Questions
Topic: handling Session Reconnection failure
Replies: 11
Views: 14254

Re: handling Session Reconnection failure

I just realised I forgot to attach the file from the Connector example :)
So here it is now.
by mephi
11 Dec 2014, 18:11
Forum: SFS2X Questions
Topic: matchmaking case
Replies: 3
Views: 5844

matchmaking case

Hi Lapo, I have made a matchmaking process like this: - There is a matchmaking room on the server. - When the client wants a match, it is joined in the room. - There is a recurring match-making task (Runnable) running trough the server's TaskScheduler, which gets the UserList from the room and match...
by mephi
11 Dec 2014, 16:02
Forum: SFS2X Questions
Topic: handling Session Reconnection failure
Replies: 11
Views: 14254

Re: handling Session Reconnection failure

Just tried with 1.3.7 api on the client with the Connector example.
It gets the same server error.
by mephi
11 Dec 2014, 15:47
Forum: SFS2X Questions
Topic: handling Session Reconnection failure
Replies: 11
Views: 14254

Re: handling Session Reconnection failure

Hi Lapo, I’ve worked a while at the problem. Cleared out some issues on our side. Now the problem happens only in the second case. Meaning, if I put the APP back within the <10 sec pause> everything is fine. No problem there. But if the user gets disconnected (after the 10sec), and I get back to it,...
by mephi
09 Dec 2014, 13:03
Forum: SFS2X Questions
Topic: handling Session Reconnection failure
Replies: 11
Views: 14254

Re: handling Session Reconnection failure

I tried both scenarios. 1st - I put the app in the background for a short time (less than "userReconnectionSeconds" and "overrideMaxUserIdleTime"), and I get the same error which I already described. 2nd - I put it longer than this time settings. The session gets dropped, the use...
by mephi
08 Dec 2014, 18:54
Forum: SFS2X Questions
Topic: handling Session Reconnection failure
Replies: 11
Views: 14254

handling Session Reconnection failure

Hi Lapo, I'm using sfs2x v. 2.9.0 and connection IOS clients to it. I am not very sure if the post is for the IOS section or the server one... When I put my app in the background, and then open it again - how should I manage the session reconnection? Should I listen to any events and do anything spe...
by mephi
25 Sep 2014, 09:18
Forum: SFS2X Questions
Topic: Basics of setting up MySQL connection with Smartfox over AWS
Replies: 4
Views: 7314

Re: Basics of setting up MySQL connection with Smartfox over

This "endpoint string" that you're speaking of - what does it contain? Only IP address? Or port / db name too? Yes, logs are essential to get it fixed. Post just the error describing lines. For example they could say if your credentials are wrong or it could not connect to the network addr...
by mephi
25 Sep 2014, 09:10
Forum: SFS2X Questions
Topic: Need helps and an example of tranfering MS SQL data to Unity
Replies: 7
Views: 11436

Re: Need helps and an example of tranfering MS SQL data to U

To use custom login you must check this:
<isCustomLogin>true</isCustomLogin>
in your zone.xml config.
Otherwise the user_login event will not be fired.
by mephi
23 Sep 2014, 09:34
Forum: SFS2X Questions
Topic: store custom User property at Login phase
Replies: 2
Views: 6042

Re: store custom User property at Login phase

Thanks for the confirmation and the fast response Lapo!
by mephi
23 Sep 2014, 08:58
Forum: SFS2X Questions
Topic: Server shuts down automatically
Replies: 9
Views: 12416

Re: Server shuts down automatically

Check out the logs then, they couldn't be empty. Don't you run it via console? Just scroll up the console and copy-paste the message.
by mephi
23 Sep 2014, 08:49
Forum: SFS2X Questions
Topic: Server shuts down automatically
Replies: 9
Views: 12416

Re: Server shuts down automatically

It's something wrong with jetty, but you've posted incomplete error message. It's missing the starting lines which are the most helpful - can you post them too?
The first thing I'm thinking of: is your jetty port used by another process?
by mephi
23 Sep 2014, 08:38
Forum: SFS2X Questions
Topic: store custom User property at Login phase
Replies: 2
Views: 6042

store custom User property at Login phase

Hi, I’m making custom login without LoginAssistant (because the DB we’re using is not relational and you can’t run SQL queries on it). I want to attach custom object as a property to the User object when it’s logged in the zone. The object is created at login time. It’s connected to making queries t...

Go to advanced search