mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #261] [CLOSED] feat(wm): add tcp event notifications #828
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.