Closed tmcgilchrist closed 1 year ago
Needs a (socket :> Eio.Flow.two_way) cast in the example code due to minor changes to the object types for Eio.Flow.streaming and Eio.Flow.two_way. This change is backwards compatible with eio.0.10 so I've left it as the lower bound here.
(socket :> Eio.Flow.two_way)
Eio.Flow.streaming
Eio.Flow.two_way
Needs a
(socket :> Eio.Flow.two_way)
cast in the example code due to minor changes to the object types forEio.Flow.streaming
andEio.Flow.two_way
. This change is backwards compatible with eio.0.10 so I've left it as the lower bound here.