You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add timeout parameter to xml2cpp codegen tool (#509)
A timeout can be added to the XML file using the annotation <annotation name="org.freedesktop.DBus.Method.Timeout" value="500ms"/>,
where 500ms is the default parameter value required for interoperability with existing APIs.
These changes will allow flexible timeout configuration using configuration files.
0 commit comments