tkn-tub / ns3-gym

ns3-gym - The Playground for Reinforcement Learning in Networking Research
GNU General Public License v2.0
524 stars 198 forks source link

the code got stuck running simple_test.py #61

Closed mhmd97z closed 1 year ago

mhmd97z commented 2 years ago

Hey! When I run simple_test.py, the following line is printed out in stdout, and it gets stuck! Got new port for ns3gm interface: 5509

I figured out that at initialize_env method of Ns3ZmqBridge class, the code gets stuck on the following line: request = self.socket.recv()

Any ideas on what might cause this?