File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
{
18
18
// Configure options for this builder. Can be omitted if no options customization is needed.
19
19
builder . Configure ( opt => { } ) ;
20
- builder . UseGrpc ( address ) ; // multiple overloads available for providing gRPC information
20
+ builder . UseGrpc ( ) ; // multiple overloads available for providing gRPC information
21
21
22
22
// AddDurableTaskClient allows for multiple named clients by passing in a name as the first argument.
23
23
// When using a non-default named client, you will need to make this call below to have the
39
39
Mediator2Command . Register ( tasks ) ;
40
40
} ) ;
41
41
42
- builder . UseGrpc ( address ) ; // multiple overloads available for providing gRPC information
42
+ builder . UseGrpc ( ) ; // multiple overloads available for providing gRPC information
43
43
} ) ;
44
44
45
45
// Can also configure worker and client options through all the existing options config methods.
You can’t perform that action at this time.
0 commit comments