Problem:
When users runs a shortcut of AHK and komorebi process is not running it start creating komorebic instances indefinitely.
Solution:
Add a max attempts to not wait more than 2s for a response.
Don't try socket connection if komorebi isn't running.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/684
**Author:** [@eythaann](https://github.com/eythaann)
**Created:** 2/25/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `attemps-to-retry`
---
### 📝 Commits (1)
- [`12d9193`](https://github.com/LGUG2Z/komorebi/commit/12d91938a10396c547feef0b617e968a04b9c59d) Add max attemps to retry connection
### 📊 Changes
**1 file changed** (+13 additions, -9 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebic/src/main.rs` (+13 -9)
</details>
### 📄 Description
Problem:
When users runs a shortcut of AHK and komorebi process is not running it start creating komorebic instances indefinitely.
Solution:
Add a max attempts to not wait more than 2s for a response.
Don't try socket connection if komorebi isn't running.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/684
Author: @eythaann
Created: 2/25/2024
Status: ❌ Closed
Base:
master← Head:attemps-to-retry📝 Commits (1)
12d9193Add max attemps to retry connection📊 Changes
1 file changed (+13 additions, -9 deletions)
View changed files
📝
komorebic/src/main.rs(+13 -9)📄 Description
Problem:
When users runs a shortcut of AHK and komorebi process is not running it start creating komorebic instances indefinitely.
Solution:
Add a max attempts to not wait more than 2s for a response.
Don't try socket connection if komorebi isn't running.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.