1
Network / Re: Receiver stops working after a while
« on: December 20, 2013, 04:44:20 am »
Just some closure if anyone finds this topic:
I found that the problem was that the labview client was sending data too fast and overflowing the buffer, which essentially lent to the server crashing. I updated my program so that it fetches data at 5 times the previous rate, and this makes it so that both can communicate better.
I found that the problem was that the labview client was sending data too fast and overflowing the buffer, which essentially lent to the server crashing. I updated my program so that it fetches data at 5 times the previous rate, and this makes it so that both can communicate better.