Sandertv / gophertunnel

General purpose library for Minecraft Bedrock Edition software written in Go
MIT License
420 stars 96 forks source link

Issue connecting to Dragonfly servers #119

Closed HashimTheArab closed 2 years ago

HashimTheArab commented 2 years ago

When connecting to a Dragonfly server your CPU usage will jump to 100% and your whole PC starts lagging! There will also be no chunks loaded, you're just sitting in space.

image

JustTalDevelops commented 2 years ago

Is there any chance you can try this on a regular Gophertunnel listener and see if the same happens, perhaps the example listener? (still through your proxy)

JustTalDevelops commented 2 years ago

Any update on this?

HashimTheArab commented 2 years ago

Sorry yea, the same thing happened with the example listener

lactyy commented 2 years ago

Hello! I had the same issue, this can be solved by setting EnableClientCache to true in Dialer used for server connection.

HashimTheArab commented 2 years ago

Hello! I had the same issue, this can be solved by setting EnableClientCache to true in Dialer used for server connection.

Thanks!

Sandertv commented 2 years ago

Going to reopen this because I'm not actually sure why this happens. It should allow connecting without client cache.

JustTalDevelops commented 2 years ago

This was a Dragonfly issue and has since been resolved.