Azure / DotNetty

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

Should I Wait for DotNetty 1.0? #200

Closed mmartell closed 7 years ago

mmartell commented 7 years ago

From the examples and the 400 included unit tests, this project looks quite production ready. Others have suggested that since it is only at version 0.4, there may features and edge cases that aren't supported yet.

Please summarize the main features that are not in the current release, and perhaps also an estimated time frame for a 1.0 release.

nayato commented 7 years ago

The main reason DotNetty is not 1.0 is us not willing to commit to non-breaking mode. We are more or less conservative about API surface area but if things will need significant reshuffling we wouldn't want to have a hard stop at not breaking old API.