DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

Same code ported to DotNetty from Netty and Java does not seem to work.

Open Tofaa2 opened this issue 1 year ago • 1 comments
trafficstars

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

Here's the java version, https://github.com/Tofaa2/Tachyon Here's the c# branch https://github.com/Tofaa2/Tachyon/tree/rewrite

Tofaa2 avatar Jun 17 '24 11:06 Tofaa2

Also https://netty.io/4.0/api/io/netty/handler/codec/MessageToByteEncoder.html#allocateBuffer-io.netty.channel.ChannelHandlerContext-I-boolean- Seems to be missing, in the current DotNetty Api reference of MessageToByteEncoder there's an AllocateBuffer that just takes the context as a parameter argument

Tofaa2 avatar Jun 17 '24 12:06 Tofaa2