Duplex WCF service channels continuously alive (WSDualHttpBinding) -


the arhitecture:

  1. console application contains wcf duplex service;
  2. windows app consumers; every app subscribe duplex, have list of subscribers , service must send notifications of them in case events apper;

the problem:

  1. how maintain connection alive continuously service can send notifications clients ?

i found there 2 channels binding. need have permanently channel service (for callbacks) open.

thanks;

as long client connected service, callback channel alive. once client disconnects (or channel gets faulted), callback channel close.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -