DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

DotNetty project – a port of netty, event-driven asynchronous network application framework

Results 125 DotNetty issues
Sort by recently updated
recently updated
newest added

https://github.com/Azure/DotNetty/blob/13f009426687afc7c8d60ea653f6bc59d520eb2b/test/DotNetty.Codecs.Http.Tests/HttpContentCompressorTest.cs#L28 When regional settings for decimal point is set to ',' (eg. Polish language based Windows 10), test case for provided testcase fails on : https://github.com/Azure/DotNetty/blob/13f009426687afc7c8d60ea653f6bc59d520eb2b/src/DotNetty.Codecs.Http/HttpContentCompressor.cs#L96 Looks like problem only...

this project stopped developing?

i want to set up a dotnetty sever to recieve the data from mqtt client,but how can i get the payload?

Why are there no documents about dotnetty?

![image](https://user-images.githubusercontent.com/9649318/63431948-a9676a00-c452-11e9-8c0e-bf4ac12318ee.png) ![image](https://user-images.githubusercontent.com/9649318/63431999-c3a14800-c452-11e9-8916-5cd5ed9047e2.png)

Discovered while investigating Azure/azure-iot-sdk-csharp#853 : if PublishPacket.TopicName length is more than supported 64KiB, DotNetty doesn't throw any exception

We faced an implementation with a **6 bytes ASCII encoded** length field header. So it would be pretty cool to inherit from LengthFieldBasedFrameDecoder and **have the ability just to override...

I moved a project from a 'roll your own' socket solution to DotNetty. The performance increase blew me away. Netty's Java documentation helped but it would have be useful to...

Azure IoT C# SDK uses DotNetty for MQTT. We found an issue where ReceiveAsync was hanging if DeviceClient.Dispose was called right after. Looks like there is a race condition where...

asp.net core integration in core cannot close and free up port footprint and exit application, Call edited by ` lifetime.ApplicationStopping.Register(() => { DI.GetService().Stop(); }); ` ` public void Init(Func handler)...