Sandertv / go-raknet

Go library implementing a basic version of the RakNet protocol.
MIT License
100 stars 38 forks source link

read: message too long #26

Closed HashimTheArab closed 4 months ago

HashimTheArab commented 10 months ago

This happens on some servers, mostly nethergames, but not all of the time

It happens with raknet.Dial but not with net.Dial("udp", addr) It will happen the first time dialing, and then not happen for a while, unless I turn off my wifi and turn it back on on my PC

It occurs at: https://github.com/Sandertv/go-raknet/blob/c8d5d29170d34294d2420cf07daa4f53097b9c65/dial.go#L438

Using the terminal ping command and disabling fragmentation image

Sandertv commented 4 months ago

Is this still an issue these days?

Sandertv commented 4 months ago

Closing this due to a lack of reproducibility. Please feel free to update if this is still an issue and I will re-open the issue.