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

server: make rpc connection a "fast" event. #10506

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bfredl
Copy link
Member

@bfredl bfredl commented Jul 14, 2019

might avoid deadlock when connecting to $NVIM_LISTEN_ADDRESS from luv
within the same process.

Creating a RPC connection does nothing by itself so this should be safe. (ChanOpen autocmd is already deferred separately).

might avoid deadlock when connecting to $NVIM_LISTEN_ADDRESS from luv
within the same process.
@marvim marvim added the WIP label Jul 14, 2019
@norcalli norcalli added this to High priority in Feature triage Aug 11, 2020
@norcalli norcalli moved this from High priority to Needs triage in Feature triage Aug 11, 2020
@dundargoc dundargoc removed the WIP label Feb 7, 2023
@zeertzjq zeertzjq added the rpc label Mar 20, 2023
@dundargoc dundargoc changed the title [WIP] server: make rpc connection a "fast" event. server: make rpc connection a "fast" event. Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Feature triage
  
Needs triage
Development

Successfully merging this pull request may close these issues.

None yet

5 participants