Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug coroutines double lists coroutines in select twice #931

Closed
elizarov opened this issue Jan 10, 2019 · 0 comments
Closed

Debug coroutines double lists coroutines in select twice #931

elizarov opened this issue Jan 10, 2019 · 0 comments
Assignees

Comments

@elizarov
Copy link
Contributor

elizarov commented Jan 10, 2019

DebugProbes.dumpCoroutines() lists the coroutine that is suspended in select { ... } twice -- as an original coroutine (with name and id) that is suspended in select and as a separate SelectBuilderImpl coroutine. Instead, it should be reported as a single coroutine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants