Skip to content

qrtr: Remove publish timeout in favor of waiting for a service list

I think I managed to uncover a race condition in this code and it doesn't even guarantee that the node is totally up when a node is published. Instead, we should always wait for a list of services we're interested in using.

qmicli is also converted to waiting for the service that the user is trying to use before creating a QmiDevice out of it. This should make qmicli more robust as well.

Merge request reports