What are the current choices for doing interprocess communication? I've tried using named pipes, but when my server stream calls WaitForConnection (on a separate System.Thread), the game crashes.
Am I missing something here? Should I not be using named pipes/what should I use? Is IPC even possible?
I did find this this mod on Reddit which essentially provides IPC, but it just seems a little heavy compared to something simple like named pipes. I don't mind using it if it is the best option though.
Am I missing something here? Should I not be using named pipes/what should I use? Is IPC even possible?
I did find this this mod on Reddit which essentially provides IPC, but it just seems a little heavy compared to something simple like named pipes. I don't mind using it if it is the best option though.