cvictory opened a new issue #60:
URL: https://github.com/apache/dubbo-getty/issues/60


   https://blog.golang.org/race-detector
   
   ```
   ==================
   WARNING: DATA RACE
   Write at 0x00c000318b98 by goroutine 72:
     github.com/apache/dubbo-getty.(*gettyConn).SetWriteTimeout()
         
/Users/cvictory/go/pkg/mod/github.com/apache/[email protected]/connection.go:140
 +0x4d
     github.com/apache/dubbo-getty.(*gettyTCPConn).SetWriteTimeout()
         <autogenerated>:1 +0x4d
     github.com/apache/dubbo-getty.(*session).WritePkg()
         
/Users/cvictory/go/pkg/mod/github.com/apache/[email protected]/session.go:385 
+0x6c1
   ....
   
   Previous write at 0x00c000318b98 by goroutine 68:
     github.com/apache/dubbo-getty.(*gettyConn).SetWriteTimeout()
         
/Users/cvictory/go/pkg/mod/github.com/apache/[email protected]/connection.go:140
 +0x4d
     github.com/apache/dubbo-getty.(*gettyTCPConn).SetWriteTimeout()
         <autogenerated>:1 +0x4d
     github.com/apache/dubbo-getty.(*session).WritePkg()
         
/Users/cvictory/go/pkg/mod/github.com/apache/[email protected]/session.go:385 
+0x6c1
    ....
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to