westwin

Results 5 comments of westwin

to use gops, you MUST set env of GOPS_CONFIG_DIR, otherwise, it use $HOME/.config for linux system, in case the dir does not exist, gops will mkdir, but for which you...

Same issue for me on macos with osixia/openldap:1.2.4 the overlay only works for groupOfNames/member, but not working for groupOfUniqueNames/uniqueMember

the exclusive consumer is very helpful. is there any update for this feature ?

and btw, in https://github.com/smallnest/rpcx/blob/master/client/xclient.go, line 889 c.Plugins.DoPreCall(ctx, c.servicePath, serviceMethod, args) what if the DoPreCall() returns an error ?

> and btw, in https://github.com/smallnest/rpcx/blob/master/client/xclient.go, line 889 c.Plugins.DoPreCall(ctx, c.servicePath, serviceMethod, args) > > what if the DoPreCall() returns an error ? looks like a bug ?