asynchronous Write()-method
After some small tests with the framework I'm wondering why there is no asynchronous Write()-method? Is it possible to implement such a method, or are there difficulties with it?
Thanks in advance.
Best regards,
Robin
After some small tests with the framework I'm wondering why there is no asynchronous Write()-method? Is it possible to implement such a method, or are there difficulties with it?
Thanks in advance.
Best regards,
Robin
Comments
1 comment
Hello,
You can call Write as a Task if you need to. As long as all header segments and transactions are being written in full and in order to the destination stream, then there are no difficulties. We will add this feature to the pipeline.
Best regards,
Don
Please sign in to leave a comment.