Skip to content

Communication via several Coordinators does not work #93

Discussion options

You must be logged in to vote

Problem description

Sometimes windows update changes the firewall rules to blocking incoming connections.
Coordinators use two symmetric connections for communication, each Coordinator sends messages via its outgoing connection to the other Coordinator.
If a Firewall blocks incoming connections, the Coordinator can send messages, but will never receive messages from the other Coordinator.

Investigate problem

The following code gives a clue, whether the connection is asymmetrically broken:

from pyleco.directors.coordinator_director import CoordinatorDirector
d = CoordinatorDirector()
d.get_nodes()  # this shows all known Coordinators (outgoing)
d.get_global_components()  # this shows all c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BenediktBurger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant