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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        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