-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
The guile process currently reads from /dev/zero indefinitely, causing it to use too much cpu.
I don't know how else to keep the process alive, but this is not ideal.
Reading from an empty named pipe causes guile to not listen on the socket until something is written to the pipe, after which it exits on EOF.
Reading from /dev/null causes guile to exit immediately.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed