Search found 18 matches

by maomao
27 Mar 2012, 04:50
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

the new version is much more better than before but there is also some memory leak,
by maomao
27 Mar 2012, 04:32
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

thanks very much, this is good news for me
by maomao
21 Mar 2012, 09:42
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

hi
do you have any solution for the issue,we are really in a hurry
by maomao
16 Mar 2012, 15:09
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

you can see the image i uploaded before! all the sfsobject、datawrapper can't be released
by maomao
16 Mar 2012, 14:39
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

i use your code but it doesn't work #import "ViewController.h" @implementation ViewController - (void)viewDidLoad{ sfs = [[SmartFox2XClient alloc] initSmartFoxWithDebugMode:NO delegate:self]; [sfs connect:@"192.168.16.109" port:9933]; [super viewDidLoad]; } -(void)onConnection:(S...
by maomao
16 Mar 2012, 04:34
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

hi i've updated to the latest api and release sfsobject myself,but there isn't anything different - (void)viewDidLoad{ sfs = [[SmartFox2XClient alloc] initSmartFoxWithDebugMode:NO delegate:self]; [sfs connect:@"192.168.16.109" port:9933]; [super viewDidLoad]; } -(void)onConnection:(SFSEven...
by maomao
15 Mar 2012, 15:48
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

:D it doesn't matter ,thanks for your reply
by maomao
15 Mar 2012, 14:51
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

i don't know if there is something wrong with my code ,but last version is all right for me ,just with the same code!
by maomao
15 Mar 2012, 14:47
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

- (void)viewDidLoad{ sfs = [[SmartFox2XClient alloc] initSmartFoxWithDebugMode:NO delegate:self]; [sfs connect:@"www.h-tlk.mobi" port:9933]; [super viewDidLoad]; } -(void)onConnection:(SFSEvent *)evt{ SFSObject *object = [SFSObject newInstance]; [object putUtfString:@"login_type"...
by maomao
15 Mar 2012, 14:45
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

Re: memory leak

thanks for help me
i'm using the iOS api ,and the image is taked from instruments
by maomao
15 Mar 2012, 11:43
Forum: SFS2X iPhone / iPad / OSX API
Topic: memory leak
Replies: 20
Views: 27088

memory leak

hi
i found all the object created by the sfs framework can't be released ,i hope you can help me to solve this problem quickly, our project is really in a hurry
by maomao
14 Mar 2012, 14:20
Forum: SFS2X Java / Android API
Topic: can't receive SFSEvent.SOCKET_ERROR event
Replies: 5
Views: 9068

Re: can't receive SFSEvent.SOCKET_ERROR event

yeah i know,but i wait more than one minute,there is nothing event to response,i don't know why?
by maomao
14 Mar 2012, 01:38
Forum: SFS2X Java / Android API
Topic: can't receive SFSEvent.SOCKET_ERROR event
Replies: 5
Views: 9068

Re: can't receive SFSEvent.SOCKET_ERROR event

when i don't start the smartfoxserver yet and i send connection request,but there is nothing event be response,i think there should connection error event or others be response
by maomao
13 Mar 2012, 04:19
Forum: SFS2X Java / Android API
Topic: can't receive SFSEvent.SOCKET_ERROR event
Replies: 5
Views: 9068

can't receive SFSEvent.SOCKET_ERROR event

android client code private void initSmartFoxEventHandler(){ SmartFoxClient.addEventHandler(SFSEvent.LOGIN,this); SmartFoxClient.addEventHandler(SFSEvent.LOGIN_ERROR,this); SmartFoxClient.addEventHandler(SFSEvent.CONNECTION,this); SmartFoxClient.addEventHandler(SFSEvent.SOCKET_ERROR,this); //SmartFo...
by maomao
05 Dec 2011, 02:50
Forum: SFS2X Java / Android API
Topic: BUG login by error user name bug in android client sfs2x
Replies: 3
Views: 9231

BUG login by error user name bug in android client sfs2x

by my test i found this: 1. android client : service.getSfsClient().send(new LoginRequest(userNameStr,userPasStr,getResources().getString(R.string.zoneName))) exception : 11-10 05:07:55.694: W/s*.c*.c*.SystemControl*(8831): Error in handling event: jav...

Go to advanced search