Currently the new 2.x APIs are async-only.
While there are many advantages to async programming, there are also use cases where those advantages are not so important, and where it would be desirable to have synchronous versions of the new 2.x APIs.
A synchronous API also lowers the barriers to adoption, as it would not require our users to acquire async programming skills before being able to use the new 2.x APIs.
- is depended on by
-
CSHARP-1454 SocketTimeout not honored with Async reads
- Closed