Getting data through UDP connection, no data received

In UdpMessageTransport.cpp you can see both unicast and multicast UDP sockets being created. In UdpSocketReceiver.h you can find a helper class that simplifies receiving data from a UDP socket on a separate worker thread.