tobiipro / g3pylib

A Python client library for Glasses3
Other
15 stars 7 forks source link

Feature: wait_for_single_service timeout #67

Closed OskarSoderberg closed 2 years ago

OskarSoderberg 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