Explorar el Código

Reinstate 'backfeed channel full' error.

backfeed-full-error
arkiver hace 1 año
padre
commit
9e01b7d6f8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      main.go

+ 2
- 2
main.go Ver fichero

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



Cargando…
Cancelar
Guardar