Skip to content

Refactor Bridge.Client to be IDisposable instead of a SafeHandle #587

@jmaeagle99

Description

@jmaeagle99

#583 introduced the separation of unmanaged pointer lifetime management into SafeHandle. The Bridge.Client class could not be fully converted to a disposable implementation without other possible API changes; this work was deferred to fix the immediate issue that the PR was addressing. This conversion should be done to match the pattern established for the Bridge.Worker class so that there aren't two SafeHandle implementations for Interop.TemporalCoreClient*.

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