Search code examples
wcfazureconnectionazure-service-fabricduplex

Azure Service Fabric Duplex Connection


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.


Solution

  • It should work, Services are normal executables. Read this about using WCF in Service Fabric. And this about duplex bindings in general.