Does anyone have a solution that will allow the stopping and restarting of a thread after each message sent?
The receiving vendor is requesting that the socket be shutdown and restarted after each message.
As an example, if I have 3 pending messages, I will need to send the first, stop the thread, start the thread, send the second, stop/restart, send the third, then stop/restart.
Thanks!!