tobii / glasses3-pylib

A Python client library for Glasses3
Other
0 stars 0 forks source link

Feature: wait_for_single_service timeout #67

Closed EccMu2Tec5MKxxs7RN455GjJy9OVjhA7rPAXqIH closed 2 years ago

EccMu2Tec5MKxxs7RN455GjJy9OVjhA7rPAXqIH commented 2 years ago

Note that timeout is implemented cumulatively over the discovery events using the time module.

with_zeroconf and _urls_from_zeroconf now also take a timeout parameter.

A test for with_zeroconf was added.

Resolves #63