Skip to content

EagerlyEmitFirstEvent is ignored #128

@ficnar

Description

@ficnar

I have this configuration:

batchingOptions: new()
{
    BatchSizeLimit = 100,
    Period = TimeSpan.FromMinutes(10),
    EagerlyEmitFirstEvent = true
}

I expect, that first message will be sended immediately due settings EagerlyEmitFirstEvent = true. But I receive first message after 10 minutes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions