Skip to content

Commit

Permalink
add comment to Close()
Browse files Browse the repository at this point in the history
  • Loading branch information
bashar-515 committed Jan 28, 2025
1 parent 59101de commit e2a592e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc/app_conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func NewAppConn(ctx context.Context, cloud *config.Cloud, logger logging.Logger)
return appConn, nil
}

// Close calls `ReconfigurableClientConn.Close()` in addition to `Stop`ping `dialer`
func (ac *AppConn) Close() error {
ac.dialer.Stop()

Expand Down

0 comments on commit e2a592e

Please sign in to comment.