Skip to content

Handle will increase when using callback in InputStream #288

@KzDog

Description

@KzDog

I create a InputStream with a callback function to get audio data like this example: example.
But I found that the number of handles was increasing through the windows task manager. If I create this stream multiple times in a process, the handle is incremented by 2 at a time. And if callback is not specified, the number of handles will not increase.

I want to know what the problem is and how to solve it.
Looking forward to your reply : )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions