Yes, this is observed on one test PC and because of this problem we cannot release the service we want to use Push Notifications for.
On the problematic PC, push Notifications works for a week or more and suddenly it stops working. Usually we see one Push Notification that's just not received and then all following notifications report this error. Perhaps the Blocked channel error means that there's already a notification under way and it cannot send another one?
Reregistering the service on the receiving endpoint solves the problem so it is not likely that it is because communication is blocked by firewalls/proxies and that the endpoint cannot connect to the mentioned services.
If the endpoint could know that something was wrong, it could restart the service, but it doesn't - everything seems fine. How can the endpoint check if everything is fine?
Is there a trace mechanish to get more information about why it fails and why the first message isn't delivered?