Search found 176 matches

by rewb0rn
19 Mar 2015, 12:35
Forum: SFS2X ActionScript 3 API
Topic: Idle disconnect: No Connection Lost event
Replies: 1
Views: 8765

Idle disconnect: No Connection Lost event

Hi, I noticed that with HRC disabled if I idle in our lobby for 30 minutes, the user will be disconnected, but there is no CONNECTION_LOST event triggered on the client. I only receive a CONNECTION_LOST event the next time I send a message to the server. However, if HRC is turned on, the CONNECTION_...
by rewb0rn
25 Feb 2015, 10:05
Forum: SFS2X ActionScript 3 API
Topic: Silent Reconnection fails silently
Replies: 2
Views: 6161

Re: Silent Reconnection fails silently

Hi Lapo, thanks for the clarification. I have seen the similar behavior (reconnecting popup never closing after reconnection attempt) in different scenarios, but switching off the Wifi was a good way to reproduce it. I will discontinue the use of HRC then, as our regular reconnection flow is very st...
by rewb0rn
24 Feb 2015, 09:41
Forum: SFS2X ActionScript 3 API
Topic: Silent Reconnection fails silently
Replies: 2
Views: 6161

Silent Reconnection fails silently

Hi all, I am currently testing the HRC silent reconnection and I noticed that if the reconnection fails, in like 10% of cases I will not receive a CONNECTION_LOST event. I am testing on Android with Adobe Air and Smartfox client library 1.2.5 against Smartfoxserver 2.9.2 as follows: - Silent reconne...
by rewb0rn
15 Jan 2015, 15:39
Forum: SFS2X Questions
Topic: After 2.9.0 upgrade: IllegalStateException: AsyncContext
Replies: 36
Views: 41372

Re: After 2.9.0 upgrade: IllegalStateException: AsyncContext

Hey just a heads up, this exception is still popping up in SFS 2.9.2

Thanks
by rewb0rn
04 Jan 2015, 22:32
Forum: SFS2X Questions
Topic: Thread Tuning SFS 2.7
Replies: 6
Views: 7975

Re: Thread Tuning SFS 2.7

Hello, I added SmartFoxServer.getInstance().getEventManager().setThreadPoolSize(128); to the SFSExtension init() call, but the dashboard shows only ~80 active threads. Is that expected? I am asking because today the server kicked users again after parts of our backend were not responding and thus ca...
by rewb0rn
28 Nov 2014, 12:13
Forum: SFS2X Questions
Topic: User complaints: No connection from either mobile or WiFi
Replies: 2
Views: 4281

Re: User complaints: No connection from either mobile or WiF

Yes I have the same suspicion.. Problem is that Air 16 brings important bug fixes for Android 5. I just told our support guy to ask the affected users what Android version they are using, maybe there is more problems hidden in Android 5.
by rewb0rn
28 Nov 2014, 11:21
Forum: SFS2X Questions
Topic: User complaints: No connection from either mobile or WiFi
Replies: 2
Views: 4281

User complaints: No connection from either mobile or WiFi

Hey, some of our users complain that with one of our recent versions of our Adobe Air app they can either not connect to Smartfox through a mobile connection or vice versa through WiFi. This seems to affect only Android users so far and only a small percentage. It is happening on both the SFS2X 2.9....
by rewb0rn
22 Oct 2014, 18:14
Forum: SFS2X Questions
Topic: Thread Tuning SFS 2.7
Replies: 6
Views: 7975

Re: Thread Tuning SFS 2.7

Thanks, okay that's a lot more threads than I expected. And 200ms is like best case for Facebook. Calls sometimes take several seconds. I will start with 32 threads tomorrow (not all our users login from Facebook) and see how it goes from there.

Thanks for your swift support, as usual.
by rewb0rn
22 Oct 2014, 12:47
Forum: SFS2X Questions
Topic: WordFilter works on one server, but fails in another
Replies: 1
Views: 3902

Re: WordFilter works on one server, but fails in another

Probably filter mode is on white list, which means only words in the list are allowed? Not sure why that is the default mode, I fell into the same trap.
by rewb0rn
22 Oct 2014, 10:44
Forum: SFS2X Questions
Topic: Thread Tuning SFS 2.7
Replies: 6
Views: 7975

Re: Thread Tuning SFS 2.7

Hey Lapo, thanks, yes in fact I already have a cached thread pool, but it is impossible to use it from inside the UserLogin event, we are loading user data from Facebook there. So to decrease blocking in the UserLogin event from Facebook calls, it is enough to increase the number of threads from the...
by rewb0rn
22 Oct 2014, 08:16
Forum: SFS2X Questions
Topic: Thread Tuning SFS 2.7
Replies: 6
Views: 7975

Thread Tuning SFS 2.7

Hi all, we are still using SFS 2.7. until the IllegalStateException: AsyncContext is fixed. Unfortunately we lately have trouble with slow responses from Facebook servers which occasionally block the smartfox, that's why I would like to tune the thread sizes now. The situation: Smartfox threads are ...
by rewb0rn
22 Sep 2014, 09:52
Forum: SFS2X Questions
Topic: After 2.9.0 upgrade: IllegalStateException: AsyncContext
Replies: 36
Views: 41372

Re: After 2.9.0 upgrade: IllegalStateException: AsyncContext

Hi Lapo, I wrote a simple bot that logs into my zone, joins a game and plays until the end and then repeats. Testing with 50 of those bots simulatenously through Bluebox, I am unable to reproduce the exception on my windows machine. However, when I test on one of the Ubuntu machines, I can produce s...
by rewb0rn
18 Sep 2014, 16:02
Forum: SFS2X ActionScript 3 API
Topic: TypeError: Error #1009 fnSetRoomVariables
Replies: 2
Views: 6353

Re: TypeError: Error #1009 fnSetRoomVariables

Never mind, seems to be an error in my own event listener when the event is dispatched (damn incomplete stack traces)

Thanks
by rewb0rn
18 Sep 2014, 15:39
Forum: SFS2X ActionScript 3 API
Topic: TypeError: Error #1009 fnSetRoomVariables
Replies: 2
Views: 6353

TypeError: Error #1009 fnSetRoomVariables

Hello, I put a UncaughtErrorHandler in place and I find some of these exceptions from time to time: (I noticed that traces are sometimes incomplete from UncaughtErrorEvents, so be aware that the actual function throwing this error might be deeper in the code) TypeError: Error #1009 at de.rgerlach.sk...
by rewb0rn
09 Sep 2014, 19:38
Forum: SFS2X Questions
Topic: After 2.9.0 upgrade: IllegalStateException: AsyncContext
Replies: 36
Views: 41372

Re: After 2.9.0 upgrade: IllegalStateException: AsyncContext

Hey Lapo,

I never had any proxy set up, that was htbn_hoang. I can connect to BlueBox just fine, I have no problems to play the game through BlueBox and I am not aware of any user complaints related to this.

Cheers,
Ruben

Go to advanced search