Similarityoung commented on code in PR #3152:
URL: https://github.com/apache/dubbo-go/pull/3152#discussion_r2657573476
##########
protocol/triple/triple_protocol/triple_ext_test.go:
##########
@@ -1658,6 +1658,9 @@ func TestStreamForServer(t *testing.T) {
t.Parallel()
client, server := newPingServer(&pluggablePingServer{
sum: func(ctx context.Context, stream
*triple.ClientStream) (*triple.Response, error) {
+ // First receive the client's message to ensure
the stream is established
+ assert.True(t,
stream.Receive(&pingv1.SumRequest{}))
Review Comment:
no need
--
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]