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
With PR #130 merged, ServiceInfo.get_addresses() returns IpAddr instead of Ipv4Addr. However some methods of Ipv4Addr are not supported by IpAddr, for example is_link_local(). This issue is to track this mismatch and possible solutions.
The text was updated successfully, but these errors were encountered:
keepsimple1
changed the title
support some Ipv4Addr methods IpAddr
support some Ipv4Addr methods for IpAddr
Oct 7, 2023
With PR #130 merged,
ServiceInfo.get_addresses()
returnsIpAddr
instead ofIpv4Addr
. However some methods ofIpv4Addr
are not supported byIpAddr
, for exampleis_link_local()
. This issue is to track this mismatch and possible solutions.The text was updated successfully, but these errors were encountered: