Hello im using paho-mqtt in python to send some camera data to godot, and I need least latency possible for frame transport.
Ive noticed that only two transport options are available "tcp" and "websockets". Is there a possibility to use udp as it is much faster or there is some quirk that makes it not necessary?
Hello im using paho-mqtt in python to send some camera data to godot, and I need least latency possible for frame transport.
Ive noticed that only two transport options are available "tcp" and "websockets". Is there a possibility to use udp as it is much faster or there is some quirk that makes it not necessary?