Dear All,
In an app where the user manually submits data using httpjob to the server and receives feedback from the same at random times, I also have a timer that fires an event every 5 seconds, connecting to the server to check if new data is available.
If the user submits data at the same time as the timer event fires, would that possibly cause a conflict? I know that in vb6, you´d get winsock is not ready or something like that.
Thanks in advance!
In an app where the user manually submits data using httpjob to the server and receives feedback from the same at random times, I also have a timer that fires an event every 5 seconds, connecting to the server to check if new data is available.
If the user submits data at the same time as the timer event fires, would that possibly cause a conflict? I know that in vb6, you´d get winsock is not ready or something like that.
Thanks in advance!