Azure / DotNetty

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

Are there any plans to support Netstandard2.0 #283

Closed cocosip closed 7 years ago

cocosip commented 7 years ago

Are there any plans to support Netstandard2.0?

StormHub commented 7 years ago

DotNetty target Netstandard1.3 at the moment, works fine on netstandard 2.0. In fact, if you run on 2.0, you get a bit better socket performance from what I have seen so far.