Search found 12 matches

by stager
30 Mar 2011, 15:43
Forum: Java2SE / Android Client API
Topic: Client tries to connect via bluebox after disconnect()
Replies: 0
Views: 9390

Client tries to connect via bluebox after disconnect()

Hi, We observe some strange behavior of client after disconnect() method call. If smartConnect is enabled, client always tries to connect via bluebox right after disconnect() call, even if socket connection can be used. After some investigation we found that socketConnection.close() always (at least...
by stager
07 Dec 2010, 13:20
Forum: Java2SE / Android Client API
Topic: Annoying warnings while building Android apps
Replies: 0
Views: 8954

Annoying warnings while building Android apps

Hi, dex tool from Android SDK emits a bunch of following warnings during application build process if application uses Java/Android SmartFox SDK: warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was prob...
by stager
23 Jul 2010, 18:33
Forum: Java2SE / Android Client API
Topic: Android 2.2 SDK is not work with Java Client API
Replies: 10
Views: 23583

Hello, Quick update. The problem is very low level and at the moment we haven't found any detailed explanation of why a MINA client fails to even establish a connection. It's not MINA's fault, evidently something in the guts of the Android socket implementation was changed, breaking the MINA connect...
by stager
01 Jul 2010, 08:37
Forum: Java2SE / Android Client API
Topic: Android 2.2 SDK is not work with Java Client API
Replies: 10
Views: 23583

Hi!

Any news on this issue? Since Nexus One phones already started to receive updates to 2.2 this issue become a serious problem...

Best regards,
Serge.
by stager
10 Jun 2010, 08:29
Forum: Java2SE / Android Client API
Topic: Android 2.2 SDK is not work with Java Client API
Replies: 10
Views: 23583

Hello, Quite strange error. We're going to investigate soon. Stay tuned. We have the same problem and in our case it is immediately followed by NullPointerException. Similar problem had been described here: http://stackoverflow.com/questions/2879455/android-2-2-and-bad-address-family-on-socket-conne...
by stager
15 Jul 2009, 07:32
Forum: iPhone Objective-C API
Topic: iPhone bugs
Replies: 20
Views: 49240

Hello! Small bug in INFSmartFoxObjectSerializer.m in xml2obj:resObj: method: if received string is empty, it causes a problem at line 215, while trying to insert nil value into dictionary. I think that fix is simple - just check if varVal is nil and assign varValue an empty string instead of nil. So...
by stager
14 Jul 2009, 08:51
Forum: iPhone Objective-C API
Topic: iPhone bugs
Replies: 20
Views: 49240

Hi! Yet another set of small bugs in Beta2: 1. INFSmartFoxiPhoneClient.m in sendXtMessage:cmd:paramObj:type:roomId: at line 1234 format string should be @"%@xt%@%@%@%@%@ %d %@", not @"%@xt%@%@%@%@%@ %@ %@". because roomId is NSInteger, not an object. 2. INFSmartFoxiPhoneClient.m ...
by stager
08 Jul 2009, 12:55
Forum: iPhone Objective-C API
Topic: iPhone bugs
Replies: 20
Views: 49240

Hi!

It looks like "[doc release];" call is missing in INFSmartFoxExtHandler.m in
handleMessage:type:delegate: , which causes memory leak. "doc" is allocated at line 41 and there is no correspondent "release" call.

Good luck!

PS: the problem is in 1.0.0beta2
by stager
10 Jun 2009, 08:00
Forum: iPhone Objective-C API
Topic: BlueBox support?
Replies: 2
Views: 12485

BlueBox support?

Hello!

As far as I can see, current version of iPhone API (beta2) does not support BlueBox, although its support is mentioned in documentation.

Is there any plan to add BlueBox support in near future?

Thanks.
by stager
15 May 2009, 14:27
Forum: iPhone Objective-C API
Topic: iPhone bugs
Replies: 20
Views: 49240

Lapo wrote:New API available! -> viewtopic.php?t=5106


Thanks!
by stager
06 May 2009, 15:30
Forum: iPhone Objective-C API
Topic: iPhone bugs
Replies: 20
Views: 49240

Hello! This time I'm not sure if this is a bug or not, but my app frequently got an EXC_BAD_ACCESS in INFSmartFoxiPhoneClient dealloc call. The line which cause a signal is [_lastSendBuffer release]. As far as I can see, there is no need to call release on _lastSendBuffer because it is owned by _sen...
by stager
06 May 2009, 11:52
Forum: iPhone Objective-C API
Topic: iPhone bugs
Replies: 20
Views: 49240

Hello! I think that there is a problem in stream:handleEvent: (INFSmartFoxiPhoneClient.m line 453-...). I constantly get unhandled exception if server stops while my client is connected. In this case -1 is returned by read:maxLength: at line 529 and this case is not handled properly. This problem ca...

Go to advanced search