Can't open more than one instance when using --listen /tmp/nvim.pipe with 0.11 I

I have an alias for Neovim that has alias e="nvim --listen /tmp/nvim.pipe". This alias stopped working correctly after upgrading to 0.11. I can only open a single instance of neovim. But I can’t open more than that; if I want to open a new instance, I must close the previous one.

Looks like the old behaviour was a bug Can't launch multiple instances of nvim after updating to v0.11 · Issue #33150 · neovim/neovim · GitHub