Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tofaa2 opened this issue Jun 17, 2024 · 1 comment
Open

Comments

@Tofaa2
Copy link

Tofaa2 commented Jun 17, 2024

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
Copy link
Author

Tofaa2 commented Jun 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant