mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat(enterprise): add ready for handshake support to pgcoord (#12935)
This commit is contained in:
@ -215,8 +215,7 @@ func NewRemoteCoordination(logger slog.Logger,
|
||||
respLoopDone: make(chan struct{}),
|
||||
}
|
||||
if tunnelTarget != uuid.Nil {
|
||||
// TODO: reenable in upstack PR
|
||||
// c.coordinatee.SetTunnelDestination(tunnelTarget)
|
||||
c.coordinatee.SetTunnelDestination(tunnelTarget)
|
||||
c.Lock()
|
||||
err := c.protocol.Send(&proto.CoordinateRequest{AddTunnel: &proto.CoordinateRequest_Tunnel{Id: tunnelTarget[:]}})
|
||||
c.Unlock()
|
||||
|
Reference in New Issue
Block a user