Fix offer error sending channel

This commit is contained in:
Zoltán Papp
2025-09-25 12:52:12 +02:00
parent 71733dff3e
commit 7ba8b926f0

View File

@@ -64,7 +64,7 @@ func (g *Guard) SetICEConnDisconnected() {
func (g *Guard) FailedToSendOffer() {
select {
case g.iCEConnDisconnected <- struct{}{}:
case g.offerError <- struct{}{}:
default:
}
}