This PR allow TCP to receive event notifications. That way if you want to make a custom input handler you do not have to connect to TCP socket and create a named pipe at the same time.
There are some things that I'm not sure how they should be handled
🔄 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/261
**Author:** [@Yusuf007R](https://github.com/Yusuf007R)
**Created:** 10/14/2022
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `feature/tcp-event-notifications`
---
### 📝 Commits (1)
- [`0b2b750`](https://github.com/LGUG2Z/komorebi/commit/0b2b75057de0b1bd4903d48690270fad94123970) feat(wm): add tcp event notifications
### 📊 Changes
**3 files changed** (+35 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/main.rs` (+26 -1)
📝 `komorebi/src/process_command.rs` (+7 -3)
📝 `komorebi/src/process_event.rs` (+2 -2)
</details>
### 📄 Description
This PR allow TCP to receive event notifications. That way if you want to make a custom input handler you do not have to connect to TCP socket and create a named pipe at the same time.
There are some things that I'm not sure how they should be handled
1. Which TCP Errors should be manage [here](https://github.com/Yusuf007R/komorebi/blob/0b2b75057de0b1bd4903d48690270fad94123970/komorebi/src/main.rs#L377)
2. Is this okay at [this line](https://github.com/Yusuf007R/komorebi/blob/0b2b75057de0b1bd4903d48690270fad94123970/komorebi/src/process_command.rs#L117)?
---
<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/261
Author: @Yusuf007R
Created: 10/14/2022
Status: ❌ Closed
Base:
master← Head:feature/tcp-event-notifications📝 Commits (1)
0b2b750feat(wm): add tcp event notifications📊 Changes
3 files changed (+35 additions, -6 deletions)
View changed files
📝
komorebi/src/main.rs(+26 -1)📝
komorebi/src/process_command.rs(+7 -3)📝
komorebi/src/process_event.rs(+2 -2)📄 Description
This PR allow TCP to receive event notifications. That way if you want to make a custom input handler you do not have to connect to TCP socket and create a named pipe at the same time.
There are some things that I'm not sure how they should be handled
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.