mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-02 08:56:52 +02:00

It is not safe to assume that the python dbus implementation will wait for a method to return. The documentation says this with respect to reply_handler/error_handler: "If both are None, the implementation may request that no reply is sent" To stay on the safe side we should always include the error/reply handlers and wait for the operation to complete.