quiet-xu opened a new issue, #1868:
URL: https://github.com/apache/dubbo-go/issues/1868
**What happened**:
当我多次调用某一个方法时,达到一定次数后 t.writer.Write(p) 直接返回 i/o timeout,该段程序只执行了
1ms以下时间,这是bug吗?
**How to reproduce it (as minimally and precisely as possible)**:
` for i := 0; i < 100; i++ {
time.Sleep(time.Second * 2)
xxx() //调用服务
}
`
**Anything else we need to know?**:
详细报错:[CallProxy] received rpc err: write tcp
192.168.1.122:57283->192.168.1.122:20729: i/o timeout
version : dubbo-go 3.0.1 or dubbo-go 3.0.0
使用了dubbo协议
配置为默认配置
--
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]