Hi.
Im using Winsock Data by arrival to import stock prices, that are coming in on a UDP port.
I have noticed that if no data is received for a few seconds, the application hangs, and stops receiving any further updates. If there is no break in the incoming data, the application continues to work, but as soon as there is a small time delay between one packet and the next, the application stops.

Any ideas on how to fix this?
Thanks