storj/pkg/rpc/rpcpeer
Jeff Wendling 013e0d94bc pkg/rpc: ensure connections are quickly closed
drpc will call Close on any transport we pass to it, but some
transports (like tls.Conn) will attempt to notify the remote
side of things. we don't want to do that, so pass a new
interface that just closes the underlying socket.

Change-Id: I53344d2747de21b3146abe4f82b8394bb8948cb5
2019-11-12 15:53:36 +00:00
..
peer_drpc.go pkg/rpc: ensure connections are quickly closed 2019-11-12 15:53:36 +00:00
peer_grpc.go pkg/rpc/rpcpeer: check both drpc and grpc for peers on a context 2019-11-01 17:04:53 -06:00
peer.go pkg/rpc/rpcpeer: check both drpc and grpc for peers on a context 2019-11-01 17:04:53 -06:00