-
-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When is a version with async support going to be released to NuGet? #1040
Comments
I'm really sorry about the lack of activity. I'm gonna try to get more people involved soon, and will try to free more time for this project myself. |
The existing works perfectly fine when wrapped in a Task: a 2-liner. Awaiting would be nice but not a real change in function. |
I understand completely, and it's good to know you haven't abandoned the project!
The whole point of a library is so I don't have to write that sort of code. |
In ideal world, all code will be written for us by someone else. In less than ideal world, we have to write it. When the effort is so minimal it is not reasonable to demand it, while there are more serious issues with the library than this. A long list of issues to go through exists, and I had to write tons more boilerplate code, to work around some of them, than this. |
@dca00 wrapping a sync method in |
Which is only important if you are a hacker who hacks into thousands if not tens of thousands of victim hosts at the same time. |
Or a network admin with thousands of devices, cyber security profesional auditing thousands of devices .. etc
|
If this is what you want to prioritize, power to you! I've walked away a long time ago. |
This is the most ridiculous non-argument I've ever heard against releasing a feature that makes code simpler and more performant. Especially when said feature is already written. |
+1
|
Which is the difference between a reasonable software developer and a script kiddy. |
Thank you for the great work! When is a version with async support going to be released to NuGet? |
I'm eagerly waiting for async version, too. Thanks for the good work you're doing! |
TAP code has been in the
develop
branch for nearly a year and the last actual feature release was nearly 2 years ago... all of the open issues in the vNext milestone are old and the linked PRs that some of them have, have been waiting since March... I appreciate that this project may not be a priority due to time pressures, but publishing a version with TAP support would go a long way towards easing the use of this library.The text was updated successfully, but these errors were encountered: