CraftTweaker

CraftTweaker

151M Downloads

Delay in Joining.

cjm721 opened this issue ยท 0 comments

commented

Issue Description:

Connecting to server is taking a greater then expected amount of time to join a server. This causes issues as the default TCP timeout is 30 seconds for forge servers (can be changed but many people do not know this).

What happens:

Long wait on joining server screen.

What you expected to happen:

Spend almost no time on connection and rather have it just be limited by download / upload speed of the terrain


Affected Versions (Do not use "latest"):

  • Minecraft: 1.12.2
  • Forge: 2503 - 2544
  • Crafttweaker: 4.0.8 - 4.0.9

Additional Information

Found this running a sampler where I started it right before clicking the join server and stopped it as soon as I was in the server. The nps file is attached.

Netty #5 was the channel created and talking with the server (which I am filtering on)
image

Also you can see its triggered during the handshake which then for some reason Minecraft decides it wants to load search trees at that point.

image

CraftTweaker is not the only offender but it is the worst for this case.

mc_join.zip