Fixed closeUDP bug in CPP Tests

This commit is contained in:
Chris Teubert
2015-03-24 09:36:57 -07:00
parent 7fa3fae689
commit 6236ffc69d

View File

@@ -49,6 +49,7 @@ void closeUDPTest() // closeUDP test
struct xpcSocket sendPort = openUDP( 49063, "127.0.0.1", 49009 );
closeUDP(sendPort);
sendPort = openUDP( 49063, "127.0.0.1", 49009 );
closeUDP(sendPort);
}
void sendReadTest() // send/read Test