Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2402

Add ConfigureAwait(false) to all asynchronous code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Blocker
    • 3.0.0
    • 3.0.0-beta.4
    • library
    • None
    • 1

    Description

      This is straight forward: every place you await something in library code you should call ConfigureAwait(false). This is for performance reasons and to reduce the chance of deadlocking. Details can be found in this post: https://devblogs.microsoft.com/dotnet/configureawait-faq/

      Attachments

        For Gerrit Dashboard: NCBC-2402
        # Subject Branch Project Status CR V

        Activity

          People

            jmorris Jeff Morris
            jmorris Jeff Morris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty