[#31] Client: fix for session

Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
Pavel Gross 2025-02-17 16:01:41 +03:00
parent 195854a45b
commit 2e56c13946
10 changed files with 247 additions and 146 deletions

View file

@ -447,7 +447,7 @@ public class FrostFSClient : IFrostFSClient
{
var invoker = CreateInvoker();
ObjectServiceClient = ObjectServiceClient ?? (
ObjectServiceClient ??= (
invoker != null
? new ObjectServiceClient(invoker)
: new ObjectServiceClient(ClientCtx.Channel));