Fixed closeUDP bug in CPP Tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user