mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Add comment on DO timeouts
This commit is contained in:
@@ -336,6 +336,11 @@ extern GuiFont gui_mch_retain_font(GuiFont font);
|
||||
appProxy = [[connection rootProxy] retain];
|
||||
[appProxy setProtocolForProxy:@protocol(MMAppProtocol)];
|
||||
|
||||
// NOTE: We do not set any new timeout values for the connection to the
|
||||
// frontend. This means that if the frontend is "stuck" (e.g. in a
|
||||
// modal loop) then any calls to the frontend will block indefinitely
|
||||
// (the default timeouts are huge).
|
||||
|
||||
int pid = [[NSProcessInfo processInfo] processIdentifier];
|
||||
|
||||
identifier = [appProxy connectBackend:self pid:pid];
|
||||
|
||||
Reference in New Issue
Block a user