[WIP] Cleanup: PR Cleanup

This commit is contained in:
Alex P 2025-09-20 01:14:41 +03:00
parent 8b86124be1
commit 6ee79b79c3
1 changed files with 0 additions and 2 deletions

View File

@ -139,8 +139,6 @@ func (ais *AudioInputSupervisor) startProcess() error {
ais.processPID = ais.cmd.Process.Pid
ais.logger.Info().Int("pid", ais.processPID).Strs("args", args).Strs("opus_env", ais.opusEnv).Msg("audio input server process started")
// Add process to monitoring
// Connect client to the server synchronously to avoid race condition
ais.connectClient()