Skip to content

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.

1 participant