How WinForm and uwp communicate in two directions
问题 WinForm and uwp how to communicate two-way, I used MQTT, the shortcoming is that when the amount of data sent is relatively large, there will be a very serious delay, but also try socket mode, but WinForm can not connect to uwp, which friend please help me, thank you! 回答1: From the document Note part, two independent uwp run on the same computer can not communicate by socket. As a consequence of network isolation, Windows disallows establishing a socket connection (Sockets or WinSock) between