[#9999] client: Drop TODO about dial
Some checks failed
DCO / DCO (pull_request) Successful in 37s
Tests and linters / Tests (pull_request) Failing after 54s
Tests and linters / Lint (pull_request) Successful in 1m52s

Since `grpc.NewClient` method is now being used, a RPC call must be made
to actually establish the connection.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-09-16 14:46:07 +03:00
parent 61014f4191
commit f642c79a25

View file

@ -98,7 +98,6 @@ func (c *Client) Dial(ctx context.Context, prm PrmDial) error {
c.setFrostFSAPIServer((*coreServer)(&c.c))
// TODO: (neofs-api-go#382) perform generic dial stage of the client.Client
_, err := rpc.Balance(&c.c, new(v2accounting.BalanceRequest),
client.WithContext(ctx),
)