dreamscached / MineQuery

📡 Minecraft Server List Ping library written in Go
https://pkg.go.dev/github.com/dreamscached/minequery/v2
MIT License
27 stars 4 forks source link

Fix #15 #20

Closed dreamscached closed 2 years ago

dreamscached commented 2 years ago

Although it is stated on the Server List Ping wiki page that one can ignore the description length, ignoring it and waiting for the connection to close results in a delay due to internal call to io.ReadAll function. This PR resolves this issue.