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

We have forever loop in `DotNetty.Transport.Channels.Groups.CombinedEnumerator.MoveNext()` because in .NET 8 an empty `ReadOnlyCollection` returns a singleton empty enumerator (https://github.com/dotnet/runtime/pull/76097). So there could be two identical enumerators here: https://github.com/Azure/DotNetty/blob/78c5757062a9eb62e2aab2bbb35d3983710f9651/src/DotNetty.Transport/Channels/Groups/CombinedEnumerator.cs#L12-L13 Which leads...

I've been porting my Minecraft server implementation from Java and Netty to .NET c# and DotNetty, DotNetty also hides the error exceptions in the pipeline possibly? No errors getting logged...

public static void Main(string[] args) { var executor = new SingleThreadEventExecutor("", TimeSpan.FromMilliseconds(1000)); executor.ShutdownGracefullyAsync().Wait(); }

I am looking for end of support date for the following components to feed in SBOM document. dotnetty 0.6.0

Add GetGZipHeader method to provide OS-specific Gzip headers for unit testing based on the runtime platform.