Hi, I am trying to send data between computers. I have used shared variable to do this and to avoid race condition I have append "?sync=true" in URL to synchronize access to shared data. But when I run Send and Read VI, race condition sometimes still appears? Even when I run both VIs on same PC. I have attached VIs, if someone would like to try it.