Fixed MATLAB client implementation of setConn.
This commit is contained in:
@@ -46,5 +46,6 @@ function status = setConn( recvPort, IP, port )
|
|||||||
|
|
||||||
global udpReadPort;
|
global udpReadPort;
|
||||||
udpReadPort = recvPort;
|
udpReadPort = recvPort;
|
||||||
|
readUDP(); % Read and discard CONF message
|
||||||
|
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user