Skip to content

Conversation

@glebpom
Copy link
Contributor

@glebpom glebpom commented Mar 1, 2019

The current implementation doesn't support future cancellation. If the future that scheduled AIO action was canceled, the data (which was previously sent in aio_data) will be freed, but AioPollFuture will try to unsafely reuse the freed pointer. This PR fixes the problem but unfortunately introduces some performance penalty.

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

Successfully merging this pull request may close these issues.

1 participant