Di Xu
Di Xu
@Mershl I think the exception is about the token. That function in the decorator is mainly for relogin when the token gets expired.
@Mershl Yeah, I understand what you mean. Would you please submit a PR fixing this? Thanks.
@Mershl This seems to be an issue of RTC, not our client. Anyway we should have a workaround. It seems depending on the returned `totalCount` is fragile. ISTR, RTC has...
@Mershl Looks good. Great.
Seems you're querying some unexisted fields.
@Mershl How come `rtc_cm:timeline`. I think this is unnecessary. It's true that adding `projectArea` in the query will help solve this issue to some extent.
@Mershl Any detailed doc on that `huge queries`?
@Mershl Would you mind sharing the examples/workarounds? Thanks.
@Mershl Seems we can only rely on `rtc_cm:projectArea` right now.
Yes. Currently the library only support get the members. @durera Good suggestion. I've not investigated this. But I think it is not difficult to implement. New method `addMember()`, `deleteMember()` and...