Added comment about intent

This commit is contained in:
Travis Nickles 2018-12-05 13:59:57 -06:00
parent 63829a1eb9
commit 38faadfcd2

View File

@ -187,6 +187,7 @@ namespace DS4Windows
_udpServer = new UdpServer(GetPadDetailForIdx);
if (openPort)
{
// Change thread affinity to object has normal priority
Task.Run(() =>
{
var UDP_SERVER_PORT = Global.getUDPServerPortNum();