Open PaoPaoYo opened 8 months ago
使用同一个userID+2个不同的platformID, 获得到2个不同的token, 在2个浏览器窗口分别使用这些token登录, 并监听新消息(IMSDK.on(CbEvents.OnRecvNewMessages)), 会概率性出现 其中一个窗口监听不到新消息
IMSDK.on(CbEvents.OnRecvNewMessages)
两个窗口都能正常使用
/auth/user_token
multiLoginPolicy: 10
这不是完整的oimws日志文件, 仅保留了事发的日志 openim-websocket-service.zip
@FGadvancer
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
What happened?
使用同一个userID+2个不同的platformID, 获得到2个不同的token, 在2个浏览器窗口分别使用这些token登录, 并监听新消息(
IMSDK.on(CbEvents.OnRecvNewMessages)
), 会概率性出现 其中一个窗口监听不到新消息What did you expect to happen?
两个窗口都能正常使用
How can we reproduce it (as minimally and precisely as possible)?
/auth/user_token
)multiLoginPolicy: 10
)IMSDK.on(CbEvents.OnRecvNewMessages)
)