2

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.

Anubis
  • 2,484
  • 2
  • 22
  • 33

1 Answers1

2

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

LoekD
  • 11,402
  • 17
  • 27