rest-nvim / rest.nvim

A fast Neovim http client written in Lua
GNU General Public License v3.0
1.35k stars 117 forks source link

HTTP calls block UI thread (async issue) #373

Closed Ajetski closed 2 months ago

Ajetski commented 2 months ago

Hello. This package claims to be async. When I'm debugging an http server and have set a breakpoint, I notice that the long-running http call will prevent any movement/editing within neovim. Is this expected behavior or a bug?

Ajetski commented 2 months ago

closing as duplicate of https://github.com/rest-nvim/rest.nvim/issues/323