Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement stub Windows IPC #184

Open
marceline-cramer opened this issue Oct 28, 2023 · 0 comments
Open

Implement stub Windows IPC #184

marceline-cramer opened this issue Oct 28, 2023 · 0 comments
Labels
enhancement New feature or request host Deals with host side code moderate Moderate difficulty to accomplish

Comments

@marceline-cramer
Copy link
Collaborator

marceline-cramer commented Oct 28, 2023

Until we can get #175 fully fleshed out and implemented, let's just implement some stub IPC code that gets Hearth to compile on Windows even if IPC doesn't actually do anything at all.

We'll need to come up with a common interface for both UDS and named pipes (that preferably don't have any API differences between either) and make which implementation to use based on some #[cfg(...)] directive. hearth-daemon and hearth-ipc will both need to be updated, although maybe the daemon-side implementation should be moved into hearth-ipc too for simplicity's sake.

@marceline-cramer marceline-cramer added the enhancement New feature or request label Oct 28, 2023
@marceline-cramer marceline-cramer added the host Deals with host side code label Nov 15, 2023
@marceline-cramer marceline-cramer added this to the Support Windows milestone Nov 29, 2023
@marceline-cramer marceline-cramer added the moderate Moderate difficulty to accomplish label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request host Deals with host side code moderate Moderate difficulty to accomplish
Projects
None yet
Development

No branches or pull requests

1 participant