egmkang wang
egmkang wang
@StormHub https://github.com/StormHub/NetUV/blob/8ecc25e1656f94caf9b1dadb155e54c629d4dae6/src/NetUV.Core/Handles/StreamHandle.cs#L315 `End of file` is not an error, so OnError will not be called.....
@StormHub so how can i get the event, which the socket has been closed by remote
@StormHub http://think-async.com/Asio/asio-1.12.2/doc/asio/reference/async_read.html system call `read` return 0 may not be an error, but application want to know this event, this is important
all ways will be ok for me. thanks.
hi every tcp handle it's own attribute map, to store something like property. for example, each one `Tcp` have a property named `SessionID`, in logic layer, i can find out...
the real problem is more complex. for example, you can simplely using `QueueWriteStream` to send one packet. in practice, most packet is very small, just 10~50 Bytes. but one network...
https://github.com/Azure/DotNetty/blob/580bde0415a50e570eb9a40b08142d28569ec798/src/DotNetty.Transport/Channels/AbstractChannelHandlerContext.cs#L678-L683 TCP的话就是CloseAsync, UDP不一样
the frame's type is `FrameType | None`