savi-lang / TCP

TCP networking implementation for the Savi standard library.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Update for latest `IO` library changes. #19

Closed jemc closed 1 year ago

jemc commented 1 year ago

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.