DotNetty project – a port of netty, event-driven asynchronous network application framework
Перейти к файлу
mgortman 921c6aab9e ChannelHandlerAdapter: virtual + impl deregister
Correctly placed "virtual", implemented default DeregisterAsync behavior.
Minor tweaks to ReSharper settings.
2015-08-06 18:11:42 -07:00
shared first commit 2015-07-16 01:41:06 -07:00
src ChannelHandlerAdapter: virtual + impl deregister 2015-08-06 18:11:42 -07:00
test MQTT: decoder rework + happy path tests 2015-07-24 15:20:58 -07:00
.gitattributes first commit 2015-07-16 01:41:06 -07:00
.gitignore first commit 2015-07-16 01:41:06 -07:00
CONTRIBUTING.MD added a contributing procedure file 2015-08-03 15:37:22 -07:00
DotNetty.nuspec fixing starting nuget version 2015-07-16 01:44:39 -07:00
DotNetty.sln MQTT: decoder rework + happy path tests 2015-07-24 15:20:58 -07:00
DotNetty.sln.DotSettings ChannelHandlerAdapter: virtual + impl deregister 2015-08-06 18:11:42 -07:00
LICENSE.txt first commit 2015-07-16 01:41:06 -07:00
README.md Added contributing section to README 2015-07-17 12:23:53 -07:00
ThirdPartyNotices.txt first commit 2015-07-16 01:41:06 -07:00

README.md

#DotNetty Project

Join the chat at https://gitter.im/Azure/DotNetty

DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

Contribute

We gladly accept community contributions.