Open Tofaa2 opened 5 months ago
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
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