diff --git a/helloworld/handler/helloworld.go b/helloworld/handler/helloworld.go index 7a28dfa..1c68909 100644 --- a/helloworld/handler/helloworld.go +++ b/helloworld/handler/helloworld.go @@ -27,6 +27,7 @@ func (e *Helloworld) Stream(ctx context.Context, req *helloworld.StreamRequest, Message: "Hello " + req.Name, }) } + rsp.Close() return nil }