feat: support WithStreamClientInterceptor for zrpc clients (#1907)

* feat: support WithStreamClientInterceptor for zrpc clients

* fix: data race
This commit is contained in:
Kevin Wan
2022-05-14 19:58:17 +08:00
committed by GitHub
parent 95282edb78
commit e80a64fa67
6 changed files with 24 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ func captureOutput(f func()) string {
f()
SetLevel(prevLevel)
return w.builder.String()
return w.String()
}
func getContent(jsonStr string) string {