WCF RESTFUL Duplex Service Workaround
I need a approach to create a WCF Duplex service using the Restful approach. I am aware that Restful services don't have a persistent channel. So duplex can't be implemented directly. Still need some good workaround for the same.