Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] SseBroadcaster.close()

Hi Jim,

 I’m not sure I follow your use case. Are you saying that you have a sink that is used via a broadcaster but also outside of it? Are you suggesting that there’s a need for close in broadcaster without a cascading effect?

— Santiago 

On Mar 5, 2018, at 10:32 PM, Jim Ma <ema@xxxxxxxxxx> wrote:

Hi,
In  current jaxrs spec, when close SseBroadcaster it requires close all registered SseEventSink instances[1]. 
If a SseEventSink is a broadcaster subscriber, and also acts as the target to send normal sse event. Will close
this SseEventSink be too much thing while close broadcaster ?  


Thanks,
Jim
_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jaxrs-dev


Back to the top