You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible caused by the end of multipacket response being attached with the chat message (and the chat message having the wrong packet type). This was observed on Squad version b-17.0.13.23847.
e.g. packet body: b'\x00\x00\x00\x01\x00\x00\x00[ChatAll] this is example chat\x00\x00'.
The text was updated successfully, but these errors were encountered:
Btw also a bug on the official valve RCON implementation. This can be fixed on the official valve RCON by disabling partial responses, but I think you use a custom implementation :(
The longer the script is running the more apparent this issue becomes. After a restart it updates perfectly fine every 15s, whereas after several days it sometimes takes several minutes to fetch messages, or they may even be completely ignored. Likely this isn't an issue with the RCON.
Possible caused by the end of multipacket response being attached with the chat message (and the chat message having the wrong packet type). This was observed on Squad version b-17.0.13.23847.
e.g. packet body: b'\x00\x00\x00\x01\x00\x00\x00[ChatAll] this is example chat\x00\x00'.
The text was updated successfully, but these errors were encountered: