Skip to content

Cancelled future reads/writes leak state #1177

Open
@alexcrichton

Description

@alexcrichton

Currently if you cancel a future read or write (and I assume stream reads or writes) this is the suspension point where the future goes away. The work done in that function to update todo and update CALLS are both leaked and probably need to get cleaned up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    asyncRelated to async/streams in the component model.gen-rustRelated to bindings for Rust-compiled-to-WebAssembly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions