Skip to content

BufferedClient Options & Compression#59

Draft
smartinov wants to merge 15 commits intomainfrom
feature/gotsrpc-buffered-client-options
Draft

BufferedClient Options & Compression#59
smartinov wants to merge 15 commits intomainfrom
feature/gotsrpc-buffered-client-options

Conversation

@smartinov
Copy link
Copy Markdown
Contributor

Added options for the buffered client
Added compression variants to the buffered client

Comment thread response.go

func recordStats(stats *CallStats, response []interface{}, responseWriter *responseWriterWithLength) func() {
start := time.Now()
return func() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if stats==nil {
    return func(){}
}
stats.ResponseSize ....
stats....
if len(response) == 0 {
  return func(){}
}

@franklinkim franklinkim marked this pull request as draft June 3, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants