Hi dubbogo community,
Today Mr Fang (https://github.com/fangyincheng) fix a fata bug in
apache/dubbo-go. We found that there are many iotimeout error in dubbo-go
benchmark proj.
After 3 days work, Mr Fang found the problem as issue
[#101](https://github.com/apache/dubbo-go/issues/101) and fix it in pr
[#106](https://github.com/apache/dubbo-go/pull/106).
Just as the title says, the mutex/rwmutex in go is not reentant as java.
Another rule that we should obey is we should not use a struct lock member
outside its self functions.
Yours,
Alex
[image] [image]