From c0e7c1af13bdb55e3267cd7e190425b3e2fcc65c Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Tue, 14 Apr 2015 11:59:04 -0700 Subject: [PATCH] Fixed MATLAB client implementation of setConn. --- MATLAB/+XPlaneConnect/setConn.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MATLAB/+XPlaneConnect/setConn.m b/MATLAB/+XPlaneConnect/setConn.m index ad757a4..39c2fbf 100644 --- a/MATLAB/+XPlaneConnect/setConn.m +++ b/MATLAB/+XPlaneConnect/setConn.m @@ -46,5 +46,6 @@ function status = setConn( recvPort, IP, port ) global udpReadPort; udpReadPort = recvPort; + readUDP(); % Read and discard CONF message end \ No newline at end of file