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

fixed Base64Encoder big bug public sealed class NettyBase64Encoder : MessageToMessageEncoder { readonly bool breakLines; readonly Base64Dialect dialect; public NettyBase64Encoder() : this(true) { } public NettyBase64Encoder(bool breakLines) : this(breakLines, Base64Dialect.STANDARD) {...

Fix infinite loop caused by TLS Handler, and the memory exploded instantly.

1. What happened The SSL/TLS in DotNetty is not working in Unity. But it's working in normal DotNet application.I have a lot of existing code based on DotNetty. So I...

the Razor view cannot retain dropdown list(view bag) values and multiple line text(require) after Postbank. I tried using localSession.setItem and LocalSession.getItem, but it did not work.

Hi All, I'm working on a CoAP Udp Reliability Handler. The DatagramSocketChannel is NOT providing a Context for each connection which also mean that it's "single threaded" over ONE EventLoop....

``` export io.netty.allocator.numDirectArenas=0 bash: export: `io.netty.allocator.DirectArenas=0': not a valid identifier ```

https://docs.microsoft.com/en-us/dotnet/api/system.environment.tickcount?view=netframework-4.7.2#remarks Environment.TickCount wrap around problem may occur if server startup time is around 24.9 days So IdleStateHandler won't trigger idle event Example: ```C# static void HandleReadTimeout(IdleStateHandler self, IChannelHandlerContext context) {...

The Java variant "Netty" had a security vulnerability in the past: [HTTP fails to validate against control chars in header names which may lead to HTTP request smuggling](https://github.com/netty/netty/security/advisories/GHSA-wx5j-54mm-rqqq) (see also...

Hi I refactor websocket handshaker factory I use strategy pattern instead of this.