mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-19 04:59:56 +00:00
Fix offer error sending channel
This commit is contained in:
@@ -64,7 +64,7 @@ func (g *Guard) SetICEConnDisconnected() {
|
||||
|
||||
func (g *Guard) FailedToSendOffer() {
|
||||
select {
|
||||
case g.iCEConnDisconnected <- struct{}{}:
|
||||
case g.offerError <- struct{}{}:
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user