Search found 20 matches

by brunoma
23 Oct 2013, 13:58
Forum: 2X Features Wish List
Topic: Iterable SFSArray
Replies: 1
Views: 9257

Iterable SFSArray

Suggest making SFSArray's use java.lang.Iterable<T> interface so we can use foreach syntax on them.
by brunoma
20 Jun 2013, 16:43
Forum: SFS2X Questions
Topic: License Server on Windows 2008 R2
Replies: 3
Views: 4980

Re: License Server on Windows 2008 R2

Can we use this with SFS2X?
by brunoma
20 Jun 2013, 16:38
Forum: Features Wish List
Topic: Using SFS with Amazon EC2 - A more flexible license?
Replies: 10
Views: 27407

Re: Using SFS with Amazon EC2 - A more flexible license?

What ever happened to this?

Edit: I didn't notice this was in the SFS 1.x Pro/Basic forum. We currently use SFS2X and would love to see this feature.
by brunoma
26 Apr 2013, 16:45
Forum: SFS2X C++ API
Topic: Feedback
Replies: 3
Views: 7086

Re: Feedback

In regards to const-correctness, yes marking variables that will not change as const will make your API easier to read and understand as well as integrate with other people's code that is const-correct: http://en.wikipedia.org/wiki/Const-correctness In regards to pointer usage, you should try to eli...
by brunoma
25 Apr 2013, 16:16
Forum: SFS2X C++ API
Topic: Feedback
Replies: 3
Views: 7086

Feedback

Was just doing a preliminary scan through the API to see if we can convert our current C++ to C# / Objective-C / Java SmartFox bridge to using the new C++ api, and have the following thoughts: Can you update your API to be const-correct? In regards to the API, why did you decide to pass everything(s...
by brunoma
13 Mar 2013, 21:05
Forum: SFS2X Questions
Topic: NPCs Leaking?
Replies: 5
Views: 7033

Re: NPCs Leaking?

Unfortunately, we are having a tough time reproducing this ourselves in our development environment.
by brunoma
13 Mar 2013, 19:48
Forum: SFS2X Questions
Topic: NPCs Leaking?
Replies: 5
Views: 7033

Re: NPCs Leaking?

There are no exceptions in the log files concerning NPC disconnection.
We are using the latest version of the server 2.6.0 with ghost hunter turned on.
by brunoma
13 Mar 2013, 13:55
Forum: SFS2X Questions
Topic: NPCs Leaking?
Replies: 5
Views: 7033

NPCs Leaking?

We are dynamically creating rooms for our game and creating NPCs as AI opponents. When the game ends, we use getApi().disconnectUser(npc); to disconnect the NPC and the room is removed. This works MOST of the time. Sometimes, it seems that sometimes NPCs are not disconnecting and the room is not rem...
by brunoma
13 Mar 2013, 13:37
Forum: SFS2X Questions
Topic: exception occurred while trying to contact the License Serve
Replies: 3
Views: 5571

Re: exception occurred while trying to contact the License S

I just noticed this in our logs as well: 13 Mar 2013 | 00:44:22,321 | ERROR | pool-3-thread-2 | smartfoxserver.v2.SmartFoxServer | | java.lang.IllegalStateException: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Exception: java.lang.IllegalStateException Message: Invalid SFS...
by brunoma
17 Sep 2012, 14:56
Forum: SFS2X iPhone / iPad / OSX API
Topic: the server can't receive all of my request
Replies: 3
Views: 6869

Re: the server can't receive all of my request

Hi Lapo,
I saw your reply to this and got a bit worried.
Are you saying that some extension requests may be lost or dropped if they are sent at too high of a frequency?
by brunoma
17 Sep 2012, 14:53
Forum: SFS2X iPhone / iPad / OSX API
Topic: HRC
Replies: 7
Views: 12300

Re: HRC

@mmilen: not sure what BlueBox http tunneling has to do with this (shaky connections)?
by brunoma
11 Sep 2012, 16:02
Forum: SFS2X iPhone / iPad / OSX API
Topic: HRC
Replies: 7
Views: 12300

Re: HRC

Just an update on this: I tried setting the reconnection timeout very high like A51Integrated suggested, but I still observed the same results. The Connection Lost event still happens right away. Some other observations: - The default timeout (from getReconnectionSeconds) is 0, not 1000 - The method...
by brunoma
30 Aug 2012, 16:49
Forum: SFS2X iPhone / iPad / OSX API
Topic: HRC
Replies: 7
Views: 12300

Re: HRC

I'll give it a shot.
It still seems like a bug, however, that an HRC connection resume event happens after a connection lost event has already happened.
by brunoma
30 Aug 2012, 01:19
Forum: SFS2X iPhone / iPad / OSX API
Topic: HRC
Replies: 7
Views: 12300

HRC

The Highly Resilient Connection (HRC) system of SmartFoxServer seems like it would be a nice feature to have working on a mobile device with sometimes spotty internet connections, but I haven't been able to get this working at all. I set the user reconnection timeframe seeing in the zone configurato...
by brunoma
30 Jul 2012, 18:32
Forum: SFS2X Questions
Topic: Bluebox errors
Replies: 1
Views: 3792

Bluebox errors

We seem to be getting this error a lot, at random times: 14:19:26,516 >>> /BlueBox/BlueBox.do java.lang.IllegalArgumentException: Unexpected null or empty byte array! at com.smartfoxserver.v2.protocol.SFSIoHandler.onDataRead(SFSIoHandler.java:81) at com.smartfoxserver.v2.bluebox.BlueBox.doPost(BlueB...

Go to advanced search