feat: support WithStreamClientInterceptor for zrpc clients (#1907)
* feat: support WithStreamClientInterceptor for zrpc clients * fix: data race
This commit is contained in:
@@ -38,7 +38,7 @@ func captureOutput(f func()) string {
|
||||
f()
|
||||
SetLevel(prevLevel)
|
||||
|
||||
return w.builder.String()
|
||||
return w.String()
|
||||
}
|
||||
|
||||
func getContent(jsonStr string) string {
|
||||
|
||||
Reference in New Issue
Block a user