ruokeqx

Results 8 comments of ruokeqx

> @ShiMaRing > ```go > var finish = make(chan struct{}) > defer close(finish) > > go func() { > err := req.svc.call(req.mtype, req.argv, req.replyv) > select { > case close(called)...

同样的问题 用这个软件一两年了 经常发生 版本 Windows 10 专业版 版本号 21H2 操作系统内部版本 19044.2006 软件版本:1.83(最新版) same as https://github.com/zhongyang219/TrafficMonitor/issues/1126

应该可以通过右键选择网络连接将自动选择改成常用的无线网卡或者有线网卡解决

there is a loop option that run macros x times like this ``` LOOP 10 A 0.1s 0.1s ``` but no infinite option, i'm also looking for this feature and...

github action same problem ![image](https://user-images.githubusercontent.com/55469170/190856863-78aad308-ffe4-45e4-824d-ea08e75ea153.png)

similar to https://github.com/goccy/go-graphviz/issues/20 , but different cgo function. maybe go-callvis is a way to reproduce this

> This doesn't have any usages in gVisor codebase. If you are using the netstack package, maybe just define this in the client code? `StatCounter` is an exported type. Hi....

solved by command like below ```bash cargo update cargo run ```