jomiller / vscode-rtags

RTags Client for Visual Studio Code
GNU General Public License v3.0
10 stars 0 forks source link

Diagnostic child process tries to connect to rdm before rdm is ready #6

Closed jomiller closed 6 years ago

jomiller commented 6 years ago

When the extension auto-launches rdm, sometimes the diagnostic child process (which is launched immediately after rdm) fails to connect to rdm. It may only happen on the first run after booting up, when the CPU caches are cold. Using rc --connect-timeout does not help.

jomiller commented 6 years ago

Fixed in https://github.com/jomiller/vscode-rtags/commit/aec225b80b31db9b539062ca01c136203085a4f9.