bentonstark / starksoft-aspen

.net / mono security and cryptography library that provides client support for ftps, gnupg, smartcard, and socks / http proxies
108 stars 49 forks source link

Support for async/await #26

Closed repayjason closed 7 years ago

repayjason commented 7 years ago

Great library! Have you considered implemented the async/await pattern? That way multiple asynchronous operations can be handled at one time and it would make better use of resources.

bentonstark commented 7 years ago

Thanks! I have not worked with the async / await pattern but that looks interesting especially in the command and data transfer logic areas of the library. The only downside I can see is that the library would no longer support anything below .NET 4.5.

On Feb 12, 2017 5:05 PM, "Jason Kirk" notifications@github.com wrote:

Great library! Have you considered implemented the async/await pattern? That way multiple asynchronous operations can be handled at one time and it would make better use of resources.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bentonstark/starksoft-aspen/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/AK8sQzHElGkC0MLKKXkhhlBPrHjvT79uks5rb4IngaJpZM4L-o0w .