Avatar

Level 10

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