naggie / sd01

Minimal service discovery with strict implementation. You should probably use mDNS.
MIT License
6 stars 2 forks source link

Go implementation progress #12

Open naggie opened 6 years ago

naggie commented 6 years ago

Use this issue template to integrate a new language.

naggie commented 6 years ago

Not sure about the GC part -- maybe the type of GC should be specified

jimjibone commented 6 years ago

Hmm, yes. So far I have implemented it so Services are GC'd when they go offline. Does this match the Python implementation?