Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fulfills #20 - add option to block when the queue is full, instead of dropping events #21

Merged
merged 3 commits into from
Aug 7, 2017
Merged

Commits on Aug 3, 2017

  1. Add option to block when the queue is full, instead of dropping events

    Also, use `GetConsumingEnumerable` to enumerate the queue, instead of a `while` loop
    cocowalla committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    2ee0f26 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Response to review of #21

    Response to review of #21
    cocowalla committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    188741e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Remove _sink field

    Instantiate sink in in test instead. Response to feedback in #21
    cocowalla committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    3e5a186 View commit details
    Browse the repository at this point in the history