Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When open telescope will cause un-terminated curl request to codeium language server #351

Open
DachiChang opened this issue Apr 11, 2024 · 0 comments

Comments

@DachiChang
Copy link

DachiChang commented Apr 11, 2024

Re-Produce

  1. install codeium-vim by the tag 1.8.16
  2. open nvim
  3. enable telescope promt

After the steps, you will see lot of un-terminated curl request under nvim main process. see the video. But 1.8.10 doesn't.

pstress show the nvim process.

codeium-bug-clip.mov

Uploading codeium-bug-clip.mov…

-+= 77289 dachichang nvim --embed
 |-+= 77292 dachichang /Users/dachichang/.codeium/bin/f772d3d7b45d3f1aea82cee1fb50501c8869f1a2/language_server_macos_arm --api_server_url https://server.code
 | \--- 77293 dachichang /Users/dachichang/.codeium/bin/f772d3d7b45d3f1aea82cee1fb50501c8869f1a2/language_server_macos_arm --api_server_url https://server.co
 |--= 77306 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77317 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77329 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77340 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77344 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77346 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77348 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77350 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77352 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77356 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77359 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77362 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77364 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77366 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77380 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77382 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 |--= 77384 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js
 \--= 77388 dachichang /usr/bin/curl http://127.0.0.1:49666/exa.language_server_pb.LanguageServerService/GetCompletions --header Content-Type: application/js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant