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

TraceEvent - no events received when first EnableProvider call has EventIDsToEnable options #864

Open
christian-clausen opened this issue Jan 28, 2019 · 0 comments

Comments

@christian-clausen
Copy link

Hi there,

During testing, we noticed some unexpected behaviour when trying to enable a provider with EventIDsToEnable options.

Our scenario is this:

  1. Enable provider with EventIDsToEnable = event 1 and 3
  2. Start processing
  3. Generate events 1, 2, and 3

We excepted to receive manifest and events 1 and 3, but the actual outcome was that we received no events at all.

We have made a repro of issue here: https://github.com/observito/ProviderOptionsRepro. We found a small workaround, which we also included in the repro: First we run with workaround:true and we RECEIVE events 1 and 3. Then -- after you press a key -- we run 'normal mode' and do not receive any events.

Are we doing something wrong or is this a bug?

Best regards,
Christian Clausen
Observito

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant