ybybwdwd

Results 7 comments of ybybwdwd

Maybe the reason is using freed memory ![image](https://user-images.githubusercontent.com/49260497/192986608-e6cd105a-6987-47fe-90d1-d5cb9623684a.png) ![image](https://user-images.githubusercontent.com/49260497/192987326-752d2891-2123-4611-9555-be89c09e45ea.png)

> There is no freed memory usage in there. `this->tuples.erase(it)` just removes a `TransportTuple` pointer from a map, it doesn't free it. But `this->tuples` is `std::list`, not `std::map`

> 1.38.86 same #3390? ![image](https://github.com/electerm/electerm/assets/49260497/1835570c-9426-468d-84e8-ad4454ca5656)

> 其实应该在 `layui-colla-item` 上添加 > > if (parent.classList.contains('layui-colla-item')) { > + parent.classList.add('layui-show'); > - var content = parent.querySelector('.layui-colla-content'); > - if (content) { > - content.classList.add('layui-show'); > - } >...

看看是不是设置了环境变量`TMOUT`,把这个置空试试

I don't know why, but my log upload keeps failing. SP-logs .json: ``` [ { "timestamp": "2025-12-08T01:16:35.609Z", "level": "LOG", "context": "", "message": "{\"IS_MOUSE_PRIMARY\":true,\"IS_TOUCH_PRIMARY\":false}", "args": [] }, { "timestamp": "2025-12-08T01:16:35.744Z", "level":...