- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Aleksey,
I'd likely use a SharedCollection or UserQueue for this - when a user
requests, push an item onto the collection (or add to the Queue). When the
publisher receives it, pop it off the collection, and stop publishing.
nigel