Ntanis
Ntanis
The issue is that recently Google servers started to serve chunk-encoded HTTP responses. Until this is fixed in the library, if you can't switch to `CurlPost` what you need to...
`CurlPost` does not experience the problem because `cURL` handles and parses the chunk-encoded HTTP internally, while `SocketPost` just uses a socket for a raw HTTP request with minimal parsing involved.
Experiencing the same issue with non-ASCII characters in ShowPlayers command, seems like the few last bytes are being cut-off (the Steam UID of the last player is not fully formed)...
Hi there, experiencing the same issue in Palworld where if a player has non-ASCII characters in their name "ShowPlayers" command will just hang indefinitely. Please let us know if we...