tra4less

Results 27 comments of tra4less

我表达有误,我是说开发扩展的,类似[vitesse-webext](https://github.com/antfu/vitesse-webext)的。

好的,谢谢

您好, 场景4:g2在创建g7的时候,发现p1的本地队列已满,需要执行负载均衡,把p1中本地队列中前一半的g,还有新创建的g转移到全局队列。 这一点不是太明白,为什么要把本地队列中的前一半g转到全局队列,而不是后一半g

I executed `mockgen --source=ping.connect.go --destination=mock/ping.mock.go --package mock` command in `github.com/connectrpc/connect-go/internal/gen/connect/ping/v1/pingv1connect`, and the result was ``` // Code generated by MockGen. DO NOT EDIT. // Source: ping.connect.go // // Generated by...

@bcho Your mockgen is not the latest version. Please run `go install go.uber.org/mock/mockgen@main` before executing `go generate`.