Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-3818

UrlEndpointListener's Urls is empty after attempt to start the listener

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.1.0
    • 3.1.0
    • .NET
    • Security Level: Public
    • None
    • 2

    Description

      Master branch Commit: 1dc43f79284e3f9a92cafc805287b9b4a30289b1

      public void TestUrls()
             

      {             _listener = CreateListener(false);             _listener.Urls.Count.Should().NotBe(0); //case failed. android urls count is 0             _listener.Stop();             _listener.Urls.Count.Should().Be(0);         }

      Attachments

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

        Activity

          People

            sandy.chuang Sandy Chuang (Inactive)
            sandy.chuang Sandy Chuang (Inactive)
            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