No-SilverBullet commented on PR #121:
URL: https://github.com/apache/dubbo-getty/pull/121#issuecomment-2120406710

   > Should we use the packetLock in the session?
   
   Based on this issue120 and document( 
https://pkg.go.dev/github.com/gorilla/websocket#hdr-Concurrency
   
   ), the writeMessage function in gorrila package is not concurrency safe, so 
a lock is added to prevent race conditions.


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

Reply via email to