in aserver support message.call_async #100 openedDec 13, 2024byswmy-coder 4 Testcases that use the sd_bus_add_object_vtable mock now fail in CI #97 openedJul 22, 2024byspinler about "can_read_multiple_v" in read
ace8d109d2/src/webserver_main.cpp#L92 where in RedfishAggregator instantiation, GetManagedObjects to entity-manager returns before io_context loop kicks off and the callback never invokes until a new async_method_call queues a response which then invokes the long pending RedfishAggregator call...
openbmc/sdbusplusPublic NotificationsYou must be signed in to change notification settings Fork82 Star116 Files master Sign in to see the full file tree. include/sdbusplus/asio connection.hpp Latest commit Cannot retrieve latest commit at this time. ...
{ message_t err = b.new_method_errno(-EIO); err.method_return(); } } }; #endif template <typename PropertyType, typename CallbackType> class callback_get_instance { public: callback_get_instance(const std::shared_ptr<PropertyType>& value, CallbackType&& func) : value_(value), func...