wildfirechat / wfc_flutter_plugins

野火flutter插件,包含即时通讯和实时音视频插件
Other
35 stars 26 forks source link

消息发送状态没有及时更新 #114

Closed SeongBrave closed 5 months ago

SeongBrave commented 6 months ago

我发送了消息,对方已经接收,但是状态没有及时更新成接收成功,还是MessageStatus.Message_Status_Sending

heavyrain2012 commented 6 months ago

使用demo对比测试过吗

SeongBrave commented 6 months ago

这块逻辑和demo 是一样的,你们可以简单跑下试试

heavyrain2012 commented 6 months ago

刚优化了一下,请更新最新测试看看

heavyrain2012 commented 6 months ago

现在是发送时会返回一个message对象,后续状态变更会修改这个message对象。如果是其他方式加载的消息,则不会变化,需要监听状态然后更新