pyhss
pyhss copied to clipboard
No Diameter responses if diameterService.py and hssService.py are run in seperate containers.
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.