Closed mhmd97z closed 1 year 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
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()
initialize_env
Ns3ZmqBridge
request = self.socket.recv()
Any ideas on what might cause this?
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 ofNs3ZmqBridge
class, the code gets stuck on the following line:request = self.socket.recv()
Any ideas on what might cause this?