RTCManager does multiple Posts if URL is not reachable
Description
If RTCManager->DataSender can't reach an URL for a Category it increments an errorcounter on the Object containing the URL-Info (HttpPostInfo). The next subscribtion event creates a new HttpPostInfo-Object with error-counter 0 and since it's not equal with the old one (errorcounter=1) the url is added again.
If RTCManager->DataSender can't reach an URL for a Category it increments an errorcounter on the Object containing the URL-Info (HttpPostInfo).
The next subscribtion event creates a new HttpPostInfo-Object with error-counter 0 and since it's not equal with the old one (errorcounter=1) the url is added again.
this error was introduced with ef40fb2
patch is attached