Duplex WCF service channels continuously alive (WSDualHttpBinding) -
the arhitecture:
- console application contains wcf duplex service;
- windows app consumers; every app subscribe duplex, have list of subscribers , service must send notifications of them in case events apper;
the problem:
- 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
Post a Comment