Fix backward compatibility with old clients

This commit is contained in:
Zoltán Papp
2025-09-29 21:24:02 +02:00
parent 33f4bf8bbd
commit a2f8667f9d
2 changed files with 5 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ func (s *Signaler) signalOfferAnswer(offerAnswer OfferAnswer, remoteKey string,
s.deliveryCheckNotSupported.Store(true)
if err := s.signal.Send(msg); err != nil {
log.Errorf("failed to send msg to signal: %v", err)
log.Warnf("failed to send signal msg to remote peer: %v", err)
}
return ErrSignalNotSupportDeliveryCheck
default: