afflux / pysomeip

basic python implementation of SOME/IP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newly added service callbacks not called for already seen services

afflux opened this issue · comments

If services are already found by ServiceDiscover.found_services, adding a new ClientServiceListener using watch_service() or watch_all_services() does not cause the service_offered() callback to run for these services.