tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

Zeroconf discovery: sometimes, unregistrations are not detected #83

Closed tcalmant closed 7 years ago

tcalmant commented 7 years ago

In some cases, services and frameworks unregistrations are not detected by the mDNS/Zeroconf service discovery. This leads to failures in Travis-CI builds, but can't be reproduced easily on my computers.

This could be due to:

tcalmant commented 7 years ago

This issue was due to a typo in tests, which was checking the unregistration of a service before the mDNS timeout.