qr243vbi commented on code in PR #3379:
URL: https://github.com/apache/thrift/pull/3379#discussion_r3060371754
##########
lib/go/thrift/server_socket.go:
##########
@@ -26,15 +27,17 @@ import (
)
type TServerSocket struct {
- addr net.Addr
+ // TServerSocketListenerFactory abstracts how listeners are created.
+ factory func(bool) (net.Addr, net.Listener, error)
Review Comment:
@fishy, suggest changes, please
--
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]