debug-LiXiwen

Results 5 comments of debug-LiXiwen

> 1. When the copyRowsQueue is not ready, you don't need to sleep manually, the select of the go language will be handled automatically 2. When the copyRowsQueue is ready,...

Hi, I want to choose module "kitex/pkg/remote/trans/netpollmux" 🙌🏻

hi, I want to choose module "kitex/pkg/remote/remotecli"

# service idl ```proto syntax = "proto3"; package test.lxw.core; import "principal.proto"; option go_package = "test/lxw/corepb"; message QueryRoleRequest { model.PrincipalType principal_type = 1; } ``` # enum proto idl ```proto syntax...