-
Notifications
You must be signed in to change notification settings - Fork 3
gocode lingers afer closing Atom #20
Comments
Seems like it shouldn't be so hard to invoke What if instead of looking for the |
I'm on the macOS Sierra beta, and there's a slightly bigger problem - I seem to have hundreds of gocode processes running. I'm only working on a few Go files at a time, less than 10. Need to keep killing them manually. |
@sudhirj yikes! Makes me wonder if it's an issue with go itself? I've seen a few Sierra - specific changes in go 1.7 RC1. Seems like the gocode autocomplete daemon is failing to find itself so it's launching and daemon using every time. One way to rule this out is to close all instances of gocode, then launch it in server mode ( |
@sudhirj are you still experiencing your issue with multiple gocode processes? I'm running on macOS Sierra beta now, and not experiencing the issue. Try |
No, haven't seen the problem in a while. |
|
Hi there 👋
I've gave Atom 1.7.1 + go-plus 4.1.0 (with autocomplete-go 1.0.6) a spin tonight on my Kubuntu 15.10 x64 machine.
I've noticed that after I close the IDE gocode will still linger in memory and I have to terminate it explicitly.
Please let me know if I can help out with anything to fix this.
Thank you.
The text was updated successfully, but these errors were encountered: