diff --git a/sync.go b/sync.go index 1e1169e..1c48ffe 100644 --- a/sync.go +++ b/sync.go @@ -156,7 +156,7 @@ func (sync *Syncer) logCtx(ctx context.Context) context.Context { } func (sync *Syncer) Close() error { - sync.SetFeedState(context.Background(), SendEOF) + sync.SetFeedState(context.Background(), SendNone) if sync.Host == nil { return utils.ErrClosed