Hello guys, I recently made a DLL that instantiates a TCP socket server in one thread, but the application breaks when I try to execute some native AppGameKit function, and Adam Biser informed me that I can only call native AppGameKit functions on the main thread, is there any way to send Game AppGameKit information by DLL even if the server is initialized in a separate Thread?