client: add sidechannel support
5 unresolved threads
5 unresolved threads
Compare changes
Files
5- Jacob Vosmaer authored
This change adds publicly exported code to the gitaly/client package that allows Gitaly clients to accept sidechannel connections coming back from a Gitaly server they have connected to. This is done via a new dial function DialSidechannel. Changelog: added
+ 20
− 0
@@ -3,8 +3,12 @@ package client
@@ -30,6 +34,22 @@ func Dial(rawAddress string, connOpts []grpc.DialOption) (*grpc.ClientConn, erro