Hi Stephen, I'm a little confused. When you send multiple subscribe commands to the same topic with the same callback, you'll only get one subscription, all consequent subscribe commands will get a 204 already subscribed status.
So your callback will get notification once only, regardless of how many subscribe requests you've sent. Best, -- Juvenn Woo ♫ On Wed, Apr 7, 2010 at 11:28 PM, Singpolyma <[email protected]>wrote: > If I ask a hub for multiple subscriptions to the same topic URL to the > same callback, is it going to send me all the entries for that feed > one time per sub, or one time only? > > > -- > To unsubscribe, reply using "remove me" as the subject. >
