pyhss icon indicating copy to clipboard operation
pyhss copied to clipboard

No Diameter responses if diameterService.py and hssService.py are run in seperate containers.

Open 9600 opened this issue 1 year ago • 0 comments

If I understood correctly, it should be possible to run diameterService.py and hssService.py in separate Docker containers, since messaging between services is via Redis. However, when they are run in separate containers — both with the same configuration file and Redis — you can see Diameter requests come in, but there are no responses. Though if you then exec a shell in the diameterService.py container and manually start hssService.py alongside this, all is well.

9600 avatar Oct 26 '24 20:10 9600