Update to fix Windows test script bug (C)
This commit is contained in:
@@ -431,7 +431,9 @@ short connTest() // setConn test
|
|||||||
short DREFSizes[100];
|
short DREFSizes[100];
|
||||||
struct xpcSocket sendPort, recvPort;
|
struct xpcSocket sendPort, recvPort;
|
||||||
short result = 0;
|
short result = 0;
|
||||||
|
#if (__APPLE__ || __linux)
|
||||||
usleep(0);
|
usleep(0);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Setup
|
// Setup
|
||||||
sendPort = openUDP( 49067, "127.0.0.1", 49009 );
|
sendPort = openUDP( 49067, "127.0.0.1", 49009 );
|
||||||
|
|||||||
Reference in New Issue
Block a user