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
So there are Call and CallWithContext for dbus.BusObject. The former is actually a proxy of the latter with context.Background. However, GetProperty and SetProperty don't have such variations and they always use context.Background. It would be plausible if we have something like GetPropertyWithContext and SetPropertyWithContext with custom context.
The text was updated successfully, but these errors were encountered:
Hi,
So there are
Call
andCallWithContext
fordbus.BusObject
. The former is actually a proxy of the latter withcontext.Background
. However,GetProperty
andSetProperty
don't have such variations and they always usecontext.Background
. It would be plausible if we have something likeGetPropertyWithContext
andSetPropertyWithContext
with custom context.The text was updated successfully, but these errors were encountered: