LSP-bridge works perfectly when editing local files (C++ and Python), but things are different for remote editing.
Cpp still works, but Python completions are too slow to use. The candidates are always behind schedule.

In this screenshot, the candidate was working on completing the "o" in "os", while I have typed the "os.path.abs"
I have tested over different python lsp servers and it held for every server.
Could anyone give suggestions on that? 🤔 Thanks