In current [Client](https://github.com/nspcc-dev/neofs-api-go/blob/d065453bd0a7a22b4efd724b11ecec6a50c275bc/rpc/client/client.go#L11) implementation connection is opened once during first `Init` call. I propose to highlight the working method: ``` func (x *Client) Dial(PrmDial) error ``` The method should be called before the work. This method is going to be called during the application start-up stage.
In current Client implementation connection is opened once during first
Initcall. I propose to highlight the working method:The method should be called before the work. This method is going to be called during the application start-up stage.