·
34 commits
to main
since this release
- ✨ API to specify timeouts for method calls. Add a way to specify an timeout for method calls. If
set, the method calls will timeout after the specified duration, returning an error. This can be
used to handle the issues with non-answering D-Bus services. - 🩹 Add
connection::socket::Split::new
method, allowingSocket
trait impls outside zbus. - 📝 Mention receive_X_changes in
proxy
docs.