Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cfce18

Browse files
committed
GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets.
1 parent da5cc82 commit 9cfce18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mac/Python/gusiconfig.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ void GUSISetupFactories()
4848
#ifdef GUSISetupFactories_BeginHook
4949
GUSISetupFactories_BeginHook
5050
#endif
51-
GUSIwithInetSockets();
51+
// GUSIwithInetSockets();
52+
GUSIwithMTInetSockets();
5253
#ifdef GUSISetupFactories_EndHook
5354
GUSISetupFactories_EndHook
5455
#endif

0 commit comments

Comments
 (0)