diff --git a/binary.py b/binary.py index 22b7a35..7955e5e 100644 --- a/binary.py +++ b/binary.py @@ -419,6 +419,7 @@ def _trigger_autocmds(self, url: str): self.neovim_handle.command(f"doau nvim_ghost_user_autocommands User {url}") def _do_close(self): + self.close() log( "Websocket", ":".join([str(_) for _ in self.address]),