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

Initialize the library on the specified socket instead of stdin #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Louson
Copy link

@Louson Louson commented May 5, 2020

Initialization of the library could not be done without creating a
request on the standard input.

This can be a problem if the program has disabled the standard input
(a linux daemon for example).

Then this commit enables to initialize the library on a specified
socket without using the standard input.

EDIT: I miss knowledge about windows, then :

  • this has only be tested on Linux, I am not sure about what I did in the build files
  • this does not include the standard way to close the IPC on windows

Initialization of the library could not be done without creating a
request on the standard input.

This can be a problem if the program has disabled the standard input
(a linux daemon for example).

Then this commit enables to initialize the library on a specified
socket without using the standard input.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant