forked from phasewalker18/ReaControl24
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
error: [Errno 48] Address already in use
There's been a persistent issue with being unable to quit the scripts lately, not sure if something OS changed or whether something got broke.
Basically, the exit was supposed to be sending CTRL+C into the terminal, or sending the process a SIGINT signal (same thing basically).
The latest branches are even worse. Doing this stops processes partially but leaves other bit lying around.
This can mean the port and address combo are still in use when you try to restart resulting in this error.
This leaves a user having to manually kill processes.
A command to do this is suggested in the kill.sh file provided.
This issue is to track a fix.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working