Skip to content

EventHubTransmitter dispose issues #68

@glucaci

Description

@glucaci

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions