Buddy Service Get Messages Delaying

0 votes
Hi, Recent days, BuddyService.getAllMessages and getAllMessagesFromBuddy requests are delaying and usually returning with "Unexpected end of input." error. Could you please check if there is such a problem?
asked Dec 24, 2016 in Flash by Tufan (64 points)
Do you have any answer? Please!

1 Answer

0 votes
Hi Tufan,

Apologies for late reply.

Could you please share following information with us:

- Complete code snippet which is giving this error

- Are you getting this every time you call this API?

- Logs in case of this error if available

It will help us to debug this problem.

Thanks.
answered Dec 26, 2016 by rajeev.etc (1,660 points)
Hi rajeev,

I am using this snippet. Now it seems OK but it is not stable, and sometimes delaying...


var headers:Dictionary = new Dictionary();
headers.orderByDescending = "sentOn";
buddyService.setOtherMetaHeaders(otherMetaHeaders);
buddyService.setPageOffset(offset);
buddyService.setPageMaxRecords(50);

buddyService.getAllMessages(userID,new CallBack(this));


Also, I am using userService.getAllUsersCount() and it is responding after 15-20 seconds later. Can you also please check that?

Thanks,
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...