AsyncStreams is an asynchronous method and does not block the main thread.
But is it possible to know when it finishes transmitting data with aSyncStream.Write (Data)?
I better formulate the question, when does it go to the next instruction has it finished sending or does it continue while sending is still in progress?
If it continues, is there an event indicating that the sending is complete?
It is an excellent idea, but the protocol I am using is not created by me, I have to follow it as it was created and it does not include an end data character