gorpc
gorpc copied to clipboard
Consider exposing gorpc.Server.ServeConn
net/rpc
exposes ServeConn to attach net/rpc
server to existing network connection,
it does not seem possible to achieve the same using this library
i.e. I want to use custom code to accept and manage my server connections
Wow! I wanted to open the same issue today. It's so strange...