v5.0.2
This assignment `const ch = _ch = await this.acquire()` is problematic because if multiple messages are sent at once, the first will wait for the channel to be set up, but subsequent sends may see _ch before confirms are enabled.
This assignment `const ch = _ch = await this.acquire()` is problematic because if multiple messages are sent at once, the first will wait for the channel to be set up, but subsequent sends may see _ch before confirms are enabled.