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
The DhcpV4ClientAsync does not implement the same methods as DhcpV4Client. It would be helpful to have methods such as release_lease on the async version. Is there a way to call these methods on DhcpV4Client or would this be helpful to additionally have these methods on DhcpV4ClientAsync. I would be willing to do this if that is the case.
The text was updated successfully, but these errors were encountered:
The
DhcpV4ClientAsync
does not implement the same methods asDhcpV4Client
. It would be helpful to have methods such as release_lease on the async version. Is there a way to call these methods on DhcpV4Client or would this be helpful to additionally have these methods onDhcpV4ClientAsync
. I would be willing to do this if that is the case.The text was updated successfully, but these errors were encountered: