Obsctl::Server::Server
Foreground local daemon that owns the OBS WebSocket connection and IPC socket.
Constructors
Instance methods
socket_path
Sourcestop
Stops OBS supervision, closes IPC listeners, and removes the socket.
Idempotent: a signal and the run ensure block both reach here, and the
accept loop unwinds through ensure once the listener closes.