I've used the "TCP Listen" VI and the combination of "TCP Create Listener" & "TCP Wait on Listener" to accept a socket connection. That works fine, but I do not want the app to listen for any more requests once it has a connection. I would expect "TCP Listen" to close the listener once it has a connection, but it does not. When using the Create/Wait Listener VIs I call "Close Connection" on the Listener and even though I do not get an error, the port is still being listened to. What could be going wrong?
