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

Update for latest IO library changes. #19

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Update for latest IO library changes. #19

merged 1 commit into from
Feb 16, 2023

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Feb 15, 2023

The new IO library has an IO.Action.NotHandled action, which IO.CoreEngine uses to indicate that it doesn't own the event.

It is now the responsibility of TCP.Engine to handle such situations instead of making IO.CoreEngine handle it.

@jemc jemc self-assigned this Feb 15, 2023
The new `IO` library has an `IO.Action.NotHandled` action, which `IO.CoreEngine` uses to indicate that it doesn't own the event.

It is now the responsibility of `TCP.Engine` to handle such situations instead of making `IO.CoreEngine` handle it.
@jemc jemc merged commit 0bbf2af into main Feb 16, 2023
@jemc jemc deleted the update/latest-io branch February 16, 2023 01:20
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