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: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to