Search found 17 matches

by cBroadbo
29 Nov 2011, 16:51
Forum: Java2SE / Android Client API
Topic: Java Client Bug? Can't handle large number of rooms.
Replies: 5
Views: 16251

Glad it has been addressed

Thanks Lapo for pointing out that it has been addressed. Were you aware that your API Central lists the following about the Java API: (New! Updated February 11th, 2009)? So you can understand why I wouldn't have downloaded a newer version. Regardless, while the ability to increase the buffer size wo...
by cBroadbo
28 Nov 2011, 16:21
Forum: Java2SE / Android Client API
Topic: Java Client Bug? Can't handle large number of rooms.
Replies: 5
Views: 16251

Had to do a work around.

Srirang, Unfortunately, no one from smartfox bothered to do anything about this. Quite frankly, I'm surprised that other developers have not run into this issue as well. You will also notice that the Java API hasn't been updated since Feb. 11 2009! I'm telling you this because I don't think anyone i...
by cBroadbo
10 Aug 2010, 15:42
Forum: Java2SE / Android Client API
Topic: Android 2.2 SDK is not work with Java Client API
Replies: 10
Views: 23633

You're welcome. But let's give the credit to gustyJin on stackoverflow for finding the solution.

Craig
by cBroadbo
09 Aug 2010, 16:47
Forum: Java2SE / Android Client API
Topic: Android 2.2 SDK is not work with Java Client API
Replies: 10
Views: 23633

That link to the post on stackoverflow contains a solution which is to add this line

System.setProperty("java.net.preferIPv6Addresses", "false");


to your code. Has anyone who has the problem tried this? Did it work?

Thanks,
Craig
by cBroadbo
30 Jun 2010, 01:58
Forum: Java2SE / Android Client API
Topic: Java Client Bug? Can't handle large number of rooms.
Replies: 5
Views: 16251

Java Client Bug? Can't handle large number of rooms.

We have an iPhone smartfox client app that has been deployed in production for over 1 year. We have a smartfox server(v1.6.2) that has between 3000-4000 dynamic rooms created by different PCs across the US. Recently, we started an Android port of our iPhone client app and ran into some difficulty. T...
by cBroadbo
11 Mar 2010, 22:28
Forum: iPhone Objective-C API
Topic: { Update } New iPhone API available, 1.0.0 RC3
Replies: 3
Views: 14172

Arrays ad NSDictionarys???

What is the reasoning for representing array data from the server as an NSDictionary as opposed to an NSArray? By nature, they are not equivalent. I haven't pulled down the latest, but I'm interested to see where this is done and how it impacts our code.

Craig
by cBroadbo
06 Jan 2010, 19:21
Forum: iPhone Objective-C API
Topic: loadConfig memleak
Replies: 4
Views: 15682

CLANG found this too for me.....and a few other things

While you are fixing this for the next release, I would suggest running CLANG (Build/Build & Analyze) in the latest version of xCode. It found this leak and a handful of variables possibly being used without being initialized.
by cBroadbo
09 Jun 2009, 17:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Limbo room question
Replies: 7
Views: 13264

Thanks Lapo! You are the man!!!
by cBroadbo
09 Jun 2009, 14:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Limbo room question
Replies: 7
Views: 13264

Well it is going to be necessary as all of these users are basically subscribing to a "feed". So one way or another we will need to send out the same messages to 3000-4000 users. You certainly understand why we don't want all the other notifications. No one wants to get user lists of 3000+...
by cBroadbo
09 Jun 2009, 12:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Limbo room question
Replies: 7
Views: 13264

Sure. I suppose that is what SendPublicMessage probably does anyway. I'm just hoping that perhaps there was some facility built in, but if not, then that will be the solution.

Craig
by cBroadbo
08 Jun 2009, 20:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Limbo room question
Replies: 7
Views: 13264

Limbo room question

Hi All, I have a room that users will join and get a feed of data (imagine a news data feed). It is possible that 3000 - 4000 users will join. There is no need for those users to get any of the notifications that come with a normal room. So a Limbo room looks like just the thing I need......except y...
by cBroadbo
20 May 2009, 20:08
Forum: .Net / Unity3D API
Topic: .NET API: CreateRoom problems
Replies: 6
Views: 11574

Agreed

No worries Thomas. I have it working and don't need any modifications. I just wanted to make sure you knew the issues and perhaps help anyone who might be having difficulties. If that approach is being depricated then you are right. There is no point in fixing it. Enjoy your vacation! Craig
by cBroadbo
20 May 2009, 07:48
Forum: .Net / Unity3D API
Topic: .NET API: CreateRoom problems
Replies: 6
Views: 11574

I was pointing out some bugs

Hi Lapo,

I put the post in the bug section because I was pointing out some issues that I think are bugs.

It does make sense to have it here because anyone having issues with CreateRoom could benefit from the post.

I just wanted to make sure you guys knew about the issues/bugs.

Craig
by cBroadbo
19 May 2009, 22:46
Forum: .Net / Unity3D API
Topic: .NET API: CreateRoom problems
Replies: 6
Views: 11574

.NET API: CreateRoom problems

After having some exceptions thrown by the .NET API when calling CreateRoom, I loaded up the .NET API project and stepped through the code to see what was going on. Here is some code from CreateRoom that is causing trouble: string isGame = (bool)roomObj["isGame"] ? "1" : ...
by cBroadbo
08 May 2009, 05:40
Forum: iPhone Objective-C API
Topic: XML in messages getting converted issue
Replies: 2
Views: 7964

XML in messages getting converted issue

Hi All, I'm having an issue when I receive XML as a message on a .NET client from an iPhone client. Message sent from iPhone <node/> Received on C# .NET client app: Debug Message: [ RECEIVED ]: <msg t='sys'><body action='pubMsg' r='1'><user id='7' /><txt><![CDATA[&lt;node/&gt;]]></txt></body...

Go to advanced search