OpenHD/QOpenHD

Reporting wrong IP when it's corect in TCP Manual mode

sound-eng opened this issue · 0 comments

AR: set Manual TCP IP, UI is reporting: "Wrong IP?"
ER: set correct manual TCP IP, status gets "CONNECTED"

IMHO the bug is in this line:

if(m_udp_connection->threadsafe_is_alive()){

we need to use m_tcp_connection instead of m_udp_conection here?