20.01.2025, 08:52
No point in using TCP here because the communication happens internally via a virtual network. The only way for a UDP message to be dropped is buffer overflow - when a receiving script does not consume the messages quickly enough. But the same thing will happen if TCP is used.