mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
Revert "GODT-2039: bridge monitors bridge-gui via its PID."
This reverts commit 3b9a3aaad2.
This commit is contained in:
@ -71,9 +71,8 @@ func (s *Service) RunEventStream(request *EventStreamRequest, server Bridge_RunE
|
||||
return err
|
||||
}
|
||||
case <-server.Context().Done():
|
||||
s.log.Info("Client closed the stream, initiating shutdown")
|
||||
s.quit()
|
||||
return nil
|
||||
s.log.Debug("Client closed the stream, exiting")
|
||||
return s.quit()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user