AI OnAI Off
What kind of UDP are you using?
If you use UDP broadcasting it will be sent to all computers on the same network/subnet.
The documentation just states that having a production and stage environment in the same broadcasting segment using the same port is a bad idea.
Problem solved!
Apperently, multicast streams needs an igmp snooping querier per virtual lan in order for it to work.
We have ran into a strange problem with the event management. It stops working a few minutes after an application restart.
Repro:
Expected
I should se the updated page on server B in step 6.
Actual
I cannot see the updates to the page on server B
Things we have considered and checked:
As the documentation says "Be sure to use unique port numbers if you have multiple installations on the same network.". What are considered as the same network?
Help needed! :)