Is there any way to implement full-duplex connection between the client and Azure Service Fabric stateles service? (WCF is for Ideal case).
I have read the documentation but there is nothing about bidirectional communication.
Thanks.
It should work, Services are normal executables. Read this about using WCF in Service Fabric. And this about duplex bindings in general.