idleb
idleb
正处在websocket连接中的,设备经常收不到消息,心跳正常。发现tunnel broadcast的时候回返回无效的信道ID,这些无效的信道ID中包含了正在连接中的websock,如果直接从服务器维护的用户-信道ID映射列表中移除,这些正在连接中的用户就无法收到消息了。 不清楚信道服务器是如何判定无效的信道ID的,为什么websocket正常连接的情况下,会被判定为无效的信道?
Can I config the post suffixurl (e.g. '/api/v4.0/iink/batch') when I need recognize? Because it's different in V3 and V4, but we used a same MyScript Server.
### Element UI version 2.15.7 ### OS/Browsers version Chrome 94 ### Vue version 2.6.14 ### Reproduction Link https://codepen.io/idleb/pen/QWqQERE ### Steps to reproduce 1.点击Button弹出Drawer 2.点击Drawer内的Button弹出Dialog ### What is Expected? 遮罩层应在Dialog与Drawer之间 ###...