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 updated?

Can write a large file transfer example?

Follow the same logic in NativeChannel and SocketDatagramChannel. And DefaultMaxMessagesRecvByteBufAllocator.ContinueReading() can never be true without this.

`IChannelHandlerContext`'s two methods, `CloseAsyncand` and `DisconnectAsync`, both can kick off the client. There are two questions: 1. What's the difference between these two methods? 2. Which method is recommended to...

System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetty.Buffers.PoolThreadCache`1.SubPageMemoryRegionCache.InitBuf(PoolChunk`1...

When will the official version be released?

https://github.com/Azure/DotNetty/blob/47f5ec7303037f1360615d182939e04d8619a2b3/src/DotNetty.Common/FastThreadLocal.cs#L32 I think that comment is unpleasantly true, you will need to create a clone as you're removing items from the collection that you're iterating over... This is what I'm...

Without this, it may lead to an infinite loop.

#### When run build anycup console application at windows server2008R2 在 DotNetty.Transport.Channels.DefaultMaxMessagesRecvByteBufAllocator.MaxMess ageHandle`1.Allocate(IByteBufferAllocator alloc) 在 DotNetty.Transport.Channels.Sockets.AbstractSocketByteChannel.SocketByteCh annelUnsafe.FinishRead(SocketChannelAsyncOperation operation) OnConnectionException:System.OutOfMemoryException: 引发类型为“System.OutOfMemor yException”的异常。 在 DotNetty.Buffers.HeapArena.NewChunk(Int32 pageSize, Int32 maxOrder, Int32 pageShifts, Int32 chunkSize)...

So i try to call this on the server back to back for example senpacket(buf1) sendpacket(buf2) when i throw a break-point in debug mode on sendpacket2 it gets sent and...