‘RequestInput’ Callback in sdbus-c++ Triggered After Connection Timeout
I’m writing code to connect a particular Wi-Fi device using Connection Manager and sdbus-c++. When calling the Connect function, the system asks for a password via RequestInput. The password is provided to the system by replying to RequestInput using the callback function installed by addMatch. However, while running the code, the callback function is called after the connection times out. Ideally, the callback function should be called immediately when the Connect function is called.