Results 11 comments of houxh
trafficstars

极端情况会是这样的。 以下会缓解这个问题 1. 客户端每次拉取新消息时,单次可能会拉取多条消息 2.在用户有新消息时, 服务端除了新消息通知,同时也会直接将新消息会推送到客户端, 只有客户端无法处理新消息(消息顺序错乱时),才会触发客户端的拉取动作

方便用原始的demo测试下

你在原始的demo里面确定下这个问题

运行的代码是否自己修改过?可否使用最新的master(不做任何更改)来测试,看看是否会崩溃

可以的 http://developer.gobelieve.io/static/docs/im/JS_SDK.html

please show error log

where is the error? i see nothing?

how do you run the project? you need login https://developer.gobelieve.io, add an app, then got a appid&appsecret add config.py to the project, finally run python demo.py IM_URL ="https://api.gobelieve.io" HOST =...

need python