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?
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?