Closed jemc closed 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.
IO
IO.Action.NotHandled
IO.CoreEngine
It is now the responsibility of TCP.Engine to handle such situations instead of making IO.CoreEngine handle it.
TCP.Engine
The new
IO
library has anIO.Action.NotHandled
action, whichIO.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 makingIO.CoreEngine
handle it.