-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
perf: socket server #39
Conversation
Now I use the That's really ugly, but for now it's the only solution I got. Oh! I found I made a mistake, in previous debugging I use Also see wiki: https://github.com/linrongbin16/fzfx.nvim/wiki/How%3F#setup-socket-server-to-do-calculation-for-lua-scripts-executing-from-fzf TODO: test on Windows. |
TODO: the manual testing is failed
I have no idea why TCP socket on
127.0.0.1:0
failed, the log showsserverstart
is success, butsockconnect
failed.Maybe I should try pipe mode?