Azure / azure-relay

☁️ Azure Relay service issue tracking and samples
https://azure.microsoft.com/services/service-bus
MIT License
86 stars 84 forks source link

Relay hybrid connection Issue #21

Open PrashantMKumbhar opened 7 years ago

PrashantMKumbhar commented 7 years ago

Description

Actual Behavior

  1. I gone though the forum and relay hybrid connection works well with console application a given in example. https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-hybrid-connections-dotnet-get-started.
  2. Going forward instead of console application I would like to use .net web application as listener When I debug code compiler not going to next line after line - listener.OpenAsync(cts.Token); even not getting exception. Hence not able to connect . Please help

Expected Behavior

jfggdl commented 4 years ago

Would you please tell us if you have the same issue using the latest SDK version?