Skip to content

Addressable Release Issue #663

@Skipper0X

Description

@Skipper0X

AsyncOperationHandleConfiguredSource listens for the Completed callback, but if the handle is released manually, the internal logic doesn't detect this. I'm using a CancellationTokenSource as a fail-safe (e.g., in OnDestroy), and I'd like to interrupt the current request and begin a new one without losing or disposing the token source.

To support this, ConfiguredSource should also subscribe to the handle’s Destroyed callback so that manual release can be handled properly within its lifecycle.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @Skipper0X

        Issue actions

          Addressable Release Issue · Issue #663 · Cysharp/UniTask