Created test for circular routing in a network with circular network connection. exp. A->B->C->A.
It shows there is circular routing behavior in this type of network
When A sends C a sub message, C will get the same sub from A and B.
When C sends the subscribed data to A, A will get the same data from C and B.
Created test for circular routing in a network with circular network connection. exp. A->B->C->A. It shows there is circular routing behavior in this type of network When A sends C a sub message, C will get the same sub from A and B. When C sends the subscribed data to A, A will get the same data from C and B.
27