Orz

Results 3 comments of Orz

counter的数量在100000左右

counter准确数量在 178276

use go-micro "go-micro.dev/v4" and client code ``` func Call(ctx context.Context, service *ServiceName, endpoint string, req any) error { c := client.NewClient(client.WithLogger(NewRpcLog())) if !service.Valid() { return fmt.Errorf("no valid service: %+v", service)...