Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
195 stars 48 forks source link

Set server threads as daemon #344

Closed ryuukk closed 10 months ago

ryuukk commented 10 months ago

This has always been an issue, serve-d would never close dcd-server processes

This was because server threads was not marked as daemon, so the OS would never close dcd-server process whenever the Text Editor would close serve-d process

Fixes #334 and #336

ryuukk commented 10 months ago

Actually no, it still seems to be random, sometimes it closes it, sometimes not, there might be something else stuck