This document was generated from CDN thread
Created by: Florin Iftinca on 27-09-2013 02:58:30 AM
I have configured the MCU to return feedback messages whenever a participant connects/disconnect/mutes and so on.
The MCU sends this feedback to my TCP listener (C#) and it receives the message correct. So far everything works fine, but the MCU won’t send any new feedback messages until I stop the TCP listener and restart it. Then every change since last update is sent to my TCP listener.
My question then:
Do I really need to restart my TCP listener for the MCU to send a new message?
Or, do the MCU wait for me to respond to it that the message is received before it will send a new message. If this is the case what return message do the MCU expect?