[#31] Client: fix for session
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
195854a45b
commit
2e56c13946
10 changed files with 247 additions and 146 deletions
|
@ -447,7 +447,7 @@ public class FrostFSClient : IFrostFSClient
|
|||
{
|
||||
var invoker = CreateInvoker();
|
||||
|
||||
ObjectServiceClient = ObjectServiceClient ?? (
|
||||
ObjectServiceClient ??= (
|
||||
invoker != null
|
||||
? new ObjectServiceClient(invoker)
|
||||
: new ObjectServiceClient(ClientCtx.Channel));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue