Using keyring on Linux leaves dbus-daemons running, perhaps because godbus connection is not closed
未關閉
- 主要語言
- Go
- 星號
- 657
- 分支
- 155
- PR 合併指標
- 30 天內沒有已合併 PR
描述
My app does not use "secret-service" backend on Linux, however each execution leaves dbus-daemon running, which eventually leads to OutOfMemory.
godbus.Conn has both Open() and Close(), however keyring does not have a Close() method, so there is no way to request Close() in godbus.Conn. I'm not 100% sure Close() will help, but it seems godbus does a lot of clean up in this method.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。