zhangcunli opened a new issue, #2755:
URL: https://github.com/apache/dubbo-go/issues/2755
### Environment
- Server: Dubbo-go, v3.2.0-rc2
- Client: Dubbo-go, v3.3.0
- Protocol: Triple
- Registry: zookeeper
### Issue description
1. How can a client actively close a connection?
2. My code like this:
```golang
//var biStream *triple_protocol.BidiStreamForClient
for ; ; {
err := biStream.Receive(response)
if err != nil {
break
}
}
```
3. If the biStream.Receive not return err, My code will block for ever.
</details>
--
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]