kashifrazzaqui / vyked

A python asyncio driven service oriented architecture framework
MIT License
52 stars 23 forks source link

Issue 93 fix #107

Closed amanwriter closed 9 years ago

amanwriter commented 9 years ago

Registry will now only respond to pings from registry_client if its services are registered.

This will ensure that the registry_client of an active but deregistered service will eventually re-register.