Przeglądaj źródła

Reinstate 'backfeed channel full' error.

backfeed-full-error
arkiver 1 rok temu
rodzic
commit
9e01b7d6f8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      main.go

+ 2
- 2
main.go Wyświetl plik

@@ -77,8 +77,8 @@ func (that *ProjectBackfeedManager) PushItem(ctx context.Context, item *Backfeed
return fmt.Errorf("backfeed channel closed") return fmt.Errorf("backfeed channel closed")
case that.C <- item: case that.C <- item:
return nil return nil
//default:
// return fmt.Errorf("backfeed channel full")
default:
return fmt.Errorf("backfeed channel full")
} }
} }




Ładowanie…
Anuluj
Zapisz