Skip to content

Commit

Permalink
Response to comment networkservicemesh#1083 (comment)
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Warnicke <[email protected]>
  • Loading branch information
edwarnicke committed Sep 21, 2021
1 parent 62bf2d6 commit 8ae0a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/networkservice/chains/nsmgr/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func NewServer(ctx context.Context, tokenGenerator token.GeneratorFunc, options
),
client.WithDialOptions(opts.dialOptions...),
client.WithDialTimeout(opts.dialTimeout),
client.WithoutRefresh(),
),
),
sendfd.NewServer()),
Expand Down

0 comments on commit 8ae0a60

Please sign in to comment.