Setting up TCP on Azure Service Fabric Setting up TCP on Azure Service Fabric azure azure

Setting up TCP on Azure Service Fabric


Right now your communication listener code only publishes a Uri when OpenAsync is called. You'll also need to actually start listening on that endpoint. So for instance, you could open a Socket at that time. You can also use WCF with a NetTcpBinding.