mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 11:44:43 +00:00
close signal session is request messages are undeliverable (#3364)
This commit is contained in:
@@ -428,10 +428,7 @@ func (s *RTCService) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
if err := cr.RequestSink.WriteMessage(req); err != nil {
|
||||
pLogger.Warnw("error writing to request sink", err, "connID", cr.ConnectionID)
|
||||
if errors.Is(err, psrpc.ErrStreamClosed) {
|
||||
// disconnect the participant WS since the signal proxy has been broken
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user