Open nickplj12 opened 4 months ago
Maybe this is related to https://github.com/conqp/rcon/issues/35
I'd need a raw dump of the server's response to investigate further.
Also note, that indeed, the RCON client is not thread-safe. If you want to use the same client from within different threads, you must implement a locking mechanism.
Me and a friend made a Python program made for Team Fortress 2 that lets people generate AI responses from chat by reading your console.log file. The program works fine for him but on my computer it outputs this error. We think it may have something to do with multithreading? Will give specs if needed..
Here is the output it gave me: