While testing the “server_minimal” demo from the “examples” in SDK, I noticed that the function “ts3server_destroyServerLib()” seems to hang indefinitely. It behaves like this:
My IDE is Microsoft Visual Studio Community 2022 17.11.2
Could anyone provide guidance on how to resolve this issue?
I’m not sure if there is a specific fix or not, but the server version in that SDK is incredibly outdated. I would not be surprised if this was the cause of it breaking.
I would also take a look at whatever is causing the “invalid utf8 string send to logging” errors you are receiving, as they may be blocking execution somewhere.