AsyncStreams and loops

lscott

Member
Licensed User
Longtime User
I have an asyncstream (TCP socket) transmitting and receiving data very well. I have a loop doing a couple things that I want the TCPStreams _New data arrival to break it out of. Is this possible ? It appears the new data arrival will not interrupt the loop. I am using a timmer to interrupt the loop but I really would like the new data event to do it.
Thanks for any directions.
 
Top