此项目已经废弃,以后不再维护。我们推出了基于 Swift SDK 的 Chat Demo。
2.12k
stars
461
forks
source link
消息缓存逻辑建议: SDK中消息缓存最后一条消息的breakpoint一定是断的, 所以先服务器拉取最后一条消息, 然后在根据这条消息id拉取缓存数据, 就会忽略缓存导致每次都走服务器拿数据。希望:首次进入Conversation, 如果消息和服务器一致则拉取本地,不一致则拉取服务器。 #293
Closed
MarcWeigert closed 7 years ago
Base Info for this issue
1. How to repeat the problem.
2. Please help me in this way.
3. Here is a Demo.
4. Here is my Debug log