laglangyue commented on issue #302: URL: https://github.com/apache/pekko-grpc/issues/302#issuecomment-2062933682
I went to learn about GRPC, header=>message=>trailers We stored the header and future [trailers] through GrpcResponseMetadata We have completed the promise [GrpcResponseMetada] in onHeader, so we are unable to assign a value to the trainers, So the original author defined another Promise [trailers] When on Hedaer, GrpcResponseMetadata is in a semi completed state OnClose is the final state -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
