Skip to content

Conversation

@JamesNK
Copy link
Member

@JamesNK JamesNK commented Jul 17, 2023

  • Client request stream
    • Add debugging enhancements to retry request stream
    • Remove in-progress property
    • Display whether the request stream has been completed
    • Replace CallCompleted property with Call property linking back to the stream's call
  • Client response stream
    • Add debugging enhancements to retry response stream
    • Remove in-progress property
    • Display whether it has reached the end of stream
    • Replace CallCompleted property with Call property linking back to the stream's call
  • Server request stream
    • Display whether it has reached the end of stream
    • Add ServerCallContext property linking back to the stream's context
  • Server response stream
    • Remove in-progress property
    • Display whether it has reached the end of stream
    • Add ServerCallContext property linking back to the stream's context
  • Add method information to client call

Client call

Before:

image

After:

image

Client request stream

Before:

image

After:

image

Client response stream

Before:

image

After:

image

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