> > Waleed, your feedback is very interesting because I think a lot of > potential subscriber may encounter the same issues. What would have (or > will) make it easier for you to trust the hubs more? >
It's not a matter of trust. It's simply that this is a distributed system with many moving parts, so errors and lost notifications will always be there, and subscribers will always need to do the old style polling in addition to PSHB. However, it's possible to improve the system by moving some of the work I'm doing (as a subscriber) to the hub itself: 1. Hub pulls all the feeds it's maintaining periodically to find posts that were not received and then push them to the subscribers. 2. Hub flags feeds that are not sending notifications to the hub as "not delivering" and notifies subscribers that the subscription is broken. Regards, Waleed
