Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.8.0
-
Security Level: Public
-
None
-
Jim 19, Jim 20
-
5
Description
Now, multiple listeners can be opened on a single port.
Steps
1. Create listener 1 with localhost:4984 and start
2. Create listener 2 with localhost:4984 and start
We can see, both listeners are started without throwing an error.
Expected behaviour
throw an error saying, port is already being used by another process
Build couchbase-lite-core-2.8.0-99 contains couchbase-lite-core commit 498a509 with commit message:
CBL-848: Don't allow two listeners on the same port (#954)