BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
363 stars 108 forks source link

Problem with UWP app #65

Closed HackFormen closed 4 years ago

HackFormen commented 4 years ago

Hello I tested your SimpleTCP with 2 programms. One (the server) is a UWP app. The second (Client) is a WPF program. In Debug Mode with VS17 all runs fine. But if I released the UWP app and start it on its own, I can't connect to the server. Can you help me? I checked the capabilities and activatet Internet(client&server). This didnt solve my problem.