Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

ChannelFuture #407

Closed wjkhappy14 closed 6 years ago

wjkhappy14 commented 6 years ago

no file named ChannelFuture.cs or similar? if so, how to do the same logic as Java Netty's ChannelFuture ?

anyone knows why or how ?

onatm commented 6 years ago

it's because of the difference of async. i/o in java and c#.

check https://github.com/Azure/DotNetty/wiki/Porting-status-and-notes#by-components

wjkhappy14 commented 6 years ago

got it ,thanks !