in rocketmq-client-csharp/Session.cs [104:113]
public async Task AwaitSettingNegotiationCompletion()
{
if (0 != Interlocked.Read(ref _established))
{
return;
}
Logger.Debug("Await setting negotiation");
await _channel.Reader.ReadAsync();
}