Cepheus does not send subscribeContext request on changing ServiceName and ServicePath
Adeeb-khan opened this issue · 2 comments
Adeeb-khan commented
On sending config.json file with provider field as below:
"providers":[
{
"url":"http://orion:1026",
"serviceName":"tenant",
"servicePath":"/test"
}
]
Cepheus send a subscribe context request to the this provider.
Now if you change the service name or service path,Cepheus will not send subscribe context request. Cepheus sends subscribe context request only when the url in provider will change.
iamarnavgarg commented
I hereby request you to kindly merge the pull request,if the changes are correct.
marcc-orange commented
@iamarnavgarg I added a comment on the pull request.
#71 (comment)