Search found 16 matches

by bjsion
06 Feb 2014, 08:47
Forum: SFS2X Questions
Topic: Analytics cohorts
Replies: 2
Views: 4828

Re: Analytics cohorts

Hi Bax

Thanks for confirming what thought. It would be a nice feature in future.

Again, keep up the great work.
by bjsion
06 Feb 2014, 03:23
Forum: SFS2X Questions
Topic: Analytics cohorts
Replies: 2
Views: 4828

Analytics cohorts

Hi all, Does the SFS Analytics support the concept of cohorts or some way of differentiating players (from a user acquisition/marketing perspective)? For instance, I want to know how many returning players I have that joined last week or I want to know how many returning players I have that joined a...
by bjsion
16 Jan 2014, 10:40
Forum: SFS2X Questions
Topic: Incoming request size too large
Replies: 4
Views: 8084

Re: Incoming request size too large

Hi Lapo, Thanks for the quick reply. Hi, the server might be complaining about garbage data being sent by some random user / application. If an application that doesn't speak the SFS2X protocol attempts to send some data it will generate similar errors. Unless thousands of these error per day I woul...
by bjsion
16 Jan 2014, 10:30
Forum: SFS2X Questions
Topic: Incoming request size too large
Replies: 4
Views: 8084

Incoming request size too large

Smartfox: v2.6 Client : Unity 3.5 with SFSDll v1.3 I have a strange error that is recurring in my smartfox log. As I understand, the incoming message is too large. However, none of my test clients are active and there is very little traffic as this is a test machine. Any advice on the cause and ways...
by bjsion
27 Aug 2013, 12:23
Forum: SFS2X C# API
Topic: How do I capture connection refused/error events
Replies: 5
Views: 11349

Re: How do I capture connection refused/error events

Hi Lapo, Thanks for the advice. Yep I realise I should not point all events to one handler method. It was just for simplicity's sake of the test. Anyway I finally managed to get it to work with my test. The trick was that I had to wait till the connection failed and the event was fired. For the purp...
by bjsion
22 Aug 2013, 05:11
Forum: SFS2X C# API
Topic: How do I capture connection refused/error events
Replies: 5
Views: 11349

Re: How do I capture connection refused/error events

Hi casperjeff, I was calling the ProcessEvents method in my real code after I had connected. In my test case I did not call this method at all. However, even adding this method call to my test case does not seem to help. Do I need to poll while the smartfox client is connecting and once finished che...
by bjsion
21 Aug 2013, 11:17
Forum: SFS2X C# API
Topic: How do I capture connection refused/error events
Replies: 5
Views: 11349

How do I capture connection refused/error events

Hi Devs, Version Details SmartFoxServer: 2.6.0 SmartFox Client: 1.3.0 When I start my game client I attempt to connect to the server. Lets say that for some reason, my server is down or the client cannot establish a connection before I even attempt to send any other requests. I would like to get a n...
by bjsion
17 Jul 2013, 03:29
Forum: SFS2X C# API
Topic: Beware of Unity iOS stripping settings
Replies: 3
Views: 39280

Re: Beware of Unity iOS stripping settings

Hi Thomas, Apologies for reviving an old thread, but my question really relates to this. I am attempting to use the stripping option when compiling my Unity project for iOS. I am aware of the link.xml , but what I want to know is there if there is a list of dependency classes that are required by th...
by bjsion
17 Jul 2011, 08:20
Forum: SFS2X Questions
Topic: Serializing composite classes
Replies: 6
Views: 9306

Hi Thomas, Thanks for the reply. Your test doesnt serialize until sending it to the server. Just putting it into the SFSObject doesnt do that if I recall. Thats what I thought. I was trying to determine if the tests were functionally equivalent, which (based on my observation and your comment) they ...
by bjsion
15 Jul 2011, 03:47
Forum: SFS2X Questions
Topic: Serializing composite classes
Replies: 6
Views: 9306

Hi Lapo, I don't think that my second test is actually serializing and deserializing the object under test. ... ISFSObject sfsObj = SFSObject.newInstance(); sfsObj.putClass("rawObj", rawObj); assertNotNull(sfsObj); final TestObj receivedObj = (TestObj) sfsOb...
by bjsion
10 Jul 2011, 04:40
Forum: SFS2X Questions
Topic: Serializing composite classes
Replies: 6
Views: 9306

You are not supposed to use the serialization the way you do in the first example so I don't understand your question. the first example I based on the example from the sticky post for the C# code example which uses the serializer with a composite class. http://www.smartfoxserver.com/forums/viewtop...
by bjsion
08 Jul 2011, 03:36
Forum: SFS2X Questions
Topic: Serializing composite classes
Replies: 6
Views: 9306

Serializing composite classes

Hi Guys, I have a few questions regarding serialization. When I create a data structure using composition, I have observed some strange behavior when testing the serialization and deserialization. For instance say I run the following test class(object at the end): public class SFSTest { @Test p...
by bjsion
07 Jul 2011, 11:30
Forum: SFS2X Questions
Topic: Linux RHEL5 Installation Issues
Replies: 5
Views: 9741

Hi Paolo,

Thanks, that did the trick. Is the script file going to be made more robust in the future?

Cheers,
Ben
by bjsion
07 Jul 2011, 05:15
Forum: SFS2X Questions
Topic: Linux RHEL5 Installation Issues
Replies: 5
Views: 9741

I am experiencing the same problem as the OP with a clean installation of SFS2X-RC1b and patch RC3. I have tried uninstalling the JRE and then reinstalling. I also installed the JDK just in case. All resulted in the same error Error occurred during initialization of VM java/lang/NoClassDefFoundError...
by bjsion
28 Jun 2011, 06:59
Forum: SFS2X Questions
Topic: Serializing enum's
Replies: 2
Views: 5271

Hi Paulo,

That's what I was afraid of :(

thanks for the tip.

Cheers,
Ben

Go to advanced search