I'm using one PC running LabView and DataSocket Server and publishing data. The other is running LabView and is constantly reading data (in a loop) from DataSocket server on the other machine. Both PCs are linked though a wireless LAN. Whenever the link is lost, DataSocket reader presents an error, as I should expect, but it becomes a permanent situation even if the link is recovered. The only way to recover DataSocket read is to stop the reading program and start it again.
¿what can I do to make it automatically start reading again when the LAN is recovered?