The numbered annotations in the “Replication configuration and initialization” Swift example do not match the corresponding explanations in the “Notes on Example” section.
For example:
let targetURL = URL(string: "wss://10.1.1.12:8092/travel-sample")
But the notes describe:
get endpoint for target DB
which appears to correspond to:
let targetEndpoint = URLEndpoint(url: targetURL!)
The numbered annotations in the “Replication configuration and initialization” Swift example do not match the corresponding explanations in the “Notes on Example” section.
For example:
let targetURL = URL(string: "wss://10.1.1.12:8092/travel-sample")
But the notes describe:
get endpoint for target DB
which appears to correspond to:
let targetEndpoint = URLEndpoint(url: targetURL!)