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

EventHubTransmitter dispose issues #68

Open
glucaci opened this issue Jan 22, 2019 · 1 comment
Open

EventHubTransmitter dispose issues #68

glucaci opened this issue Jan 22, 2019 · 1 comment
Labels
Milestone

Comments

@glucaci
Copy link
Member

glucaci commented Jan 22, 2019

Random exeption when disposing EventHubTransmitter:
System.ObjectDisposedException : The CancellationTokenSource has been disposed.
on line _disposeToken?.Dispose();

Also observed random exception in the same dispose method on:
_transmission?.Dispose(); with exception A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled)

@glucaci glucaci added this to the 1.0 milestone Jan 24, 2019
@glucaci glucaci added the bug label Jan 24, 2019
@glucaci
Copy link
Member Author

glucaci commented Feb 6, 2019

Dispose reworked through #70. Remain open till further testing will be done.

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

No branches or pull requests

1 participant