DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

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

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

this project stopped developing?

My application "eats" 22 MB per client. I found that this is because of the giant buffer size (16777216). How can I set the buffer size?

I use DotNetty in Unity2018, and encounter the following exception ``` Exception ArgumentNullException: Value cannot be null. Parameter name: element System.Attribute.GetCustomAttributes (System.Reflection.MemberInfo element, System.Type type, System.Boolean inherit) (at :0) System.Attribute.GetCustomAttribute...

Why there is no port for the module io.netty.handler.proxy? Is expected in the future or maybe I missed something? Thank you, Giuseppe

Add a flag to `LoggingHandler` class to disable complete logging of sent/received data dump (the call to `ByteBufferUtil.AppendPrettyHexDump) inside `FormatByteBuffer` and `FormatByteBufferHolder` as there could be a need to log...

Can you provide c# version of UDT communication?

Hey, We are writing a server that will expose our datasets over redis apis and decided to use DotNetty. Sending back nulls and empty bulk strings results in protocol errors...

Whether dotnetty is compatible with ubuntu ?

Hello. I use a slightly modified example of QuoteOfTheMomentServer and encountered locks. When connecting two or more clients, the server processes requests of only one client. As soon as one...