casualcore / casual

casual xatmi implementation
http://casual.laz.se
MIT License
7 stars 2 forks source link

service: fix invisible route being created when updating service config #378

Closed AlbsAgren closed 3 months ago

AlbsAgren commented 3 months ago

This patch fixes an issue where a route with no name would be created to a service whose configuration was changed during runtime. This would make it so that no additional instances of that service could be advertised.

Resolves #370