Closed simanga-dev closed 2 months ago
I have reproduced this issue (its not specific to fast-api/python). The http call is blocking the UI thread. It should be possible to spawn an async job/task for that http call to fix this.
Yes I can confirm on the UI freezing while the call goes on. Hoping this can get fixed. I poked through the source code and saw there was some logic to use nvim-nio to. But this doesn't seem to help either.
The #373 is closed now. Closing this too as a related issue. Feel free to reopen this if it still happens.
@boltlessengineer #373 was closed as a duplicate of this issue, it was not resolved
@ejrichards I think I misunderstood the relationship between the issues. Both are resolved now from v3 release.
Got it, I was having a hanging issue, but I think it might be related to Windows rather than this ticket. Will post a new one if I can get more information / confirm it.
I have setup a simple
fast API
demo project to reproduce this https://github.com/h3ndry/rest-nvim-testNeovim Version
Rest config
python debug config
Steps to reproduce
I have tested using the old version and curl, all seems to work except when using this plugin