summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-06 14:43:26 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-06 14:43:26 -0800
commit3b0c64e9cbc12fd76036edb7cc929a71898c3662 (patch)
tree045de9c1c365ac8d7a142771c6264dcd9377756d
parentfde8bde8d09004e897072e47bc923dca2e63aed8 (diff)
downloadrvi_core-3b0c64e9cbc12fd76036edb7cc929a71898c3662.tar.gz
A service announcement to other services connected to the same node as the newly registered service will now be made with the full service name
-rw-r--r--components/service_edge/src/service_edge_rpc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/service_edge/src/service_edge_rpc.erl b/components/service_edge/src/service_edge_rpc.erl
index b1c8fcb..596f9de 100644
--- a/components/service_edge/src/service_edge_rpc.erl
+++ b/components/service_edge/src/service_edge_rpc.erl
@@ -98,7 +98,7 @@ register_local_service(Service, ServiceAddress) ->
%% Send out an announcement to all locally connected services, but skip
%% the one that made the registration call
announce_service_availability(services_available, AnnounceAddresses,
- [Service], ServiceAddress),
+ [FullSvcName], ServiceAddress),
%% Return ok.