Reading Telemetry using MAVSDK python

Hi

I’m running px4-gazebo-headless simulator docker on my ubuntu 18.04.05 machine

as

docker run --rm -it px4-gazebo-headless 192.168.1.36

and i use mavlink-router to distribute this connection to multiple ip address

as

mavlink-routerd -e 0.0.0.0:14550 -e 0.0.0.0:14551 0.0.0.0:14540

With mavsdk-python if im connected to 0.0.0.0:14550 and reading the telemetry data, the same is not accessible on 0.0.0.0:14551

meaning, same telemetry data is not available for multiple subscribes…

Can anyone help ?