I was build example simpleswitch with registry node in Qt5.9. It's work fine, but when i replace QUrl("local.registry") and QUrl("local.replica") in definition QRemoteObjectRegistryHost and QRemoteObjectHost to QUrl("tcp://localhost:9999") or "tcp://127.0.0.1:9999", or paste current host address to defniton... i have error after run app...
qt.remoteobjects: Listen failed for URL: QUrl("tcp://127.0.0.1:9999")
qt.remoteobjects: QAbstractSocket::AddressInUseError
qt.remoteobjects: Could not create ClientIoDevice for client. Invalid url/scheme provided? QUrl("")