Does anyone have any ideas on how to bodge a data arrival complete event
This is just so when the data is processed i know that the string sent is what is being processed
im using TCP protocol btw
Thanks for ideas people :)
Printable View
Does anyone have any ideas on how to bodge a data arrival complete event
This is just so when the data is processed i know that the string sent is what is being processed
im using TCP protocol btw
Thanks for ideas people :)
You have to define "complete". TCP is a stream protocol, so any "complete" messages have to be defined by your app.