Commit 149be5e9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1d3db8a3
......@@ -121,6 +121,7 @@ func (cli *Client) Run(ctx context.Context) (err error) {
cli.runCancel = cancel
// cli.node.OnShutdown = cancel // XXX ok?
// return cli.talkMaster(ctx)
cli.runWG = xsync.NewWorkGroup(ctx) // XXX create it in NewClient ? (Close also uses it)
cli.runWG.Go(cli.node.talkMaster)
cli.runWG.Go(cli.recvMaster)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment