({ msgId }: { msgId: number })
| 21 | queue.add(msgId) |
| 22 | } |
| 23 | const onRemoveReadCountTask = ({ msgId }: { msgId: number }) => { |
| 24 | queue.delete(msgId) |
| 25 | } |
| 26 | const task = () => { |
| 27 | // 10s 了上个请求还未完成就中断掉 |
| 28 | request?.abort() |
nothing calls this directly
no outgoing calls
no test coverage detected