Re: [Lift] Suggestion to extend Comet (ListenerManager) to selectively update subscribers

2010-02-05 Thread Heiko Seeberger
OK, its on RB (http://reviewboard.liftweb.net/r/206/) => Take a look ... Heiko On 5 February 2010 01:07, Timothy Perrett wrote: > Probally helpful if you share your prototype code? > > Cheers, Tim > > Sent from my iPhone > > On 5 Feb 2010, at 00:05, Heiko Seeberger > wrote: > > Hi, > > In the

Re: [Lift] Suggestion to extend Comet (ListenerManager) to selectively update subscribers

2010-02-04 Thread Timothy Perrett
Probally helpful if you share your prototype code? Cheers, Tim Sent from my iPhone On 5 Feb 2010, at 00:05, Heiko Seeberger wrote: Hi, In the current state the ListenerManager will always update all subscribers. I have got a use case where only certain subscribers should be updated.

[Lift] Suggestion to extend Comet (ListenerManager) to selectively update subscribers

2010-02-04 Thread Heiko Seeberger
Hi, In the current state the ListenerManager will always update all subscribers. I have got a use case where only certain subscribers should be updated. Therefore I suggest to extend the ListenerManager such that there can be an optional partial function that determines which subscribers will be u