Azure / azure-relay-dotnet

☁️ .NET Standard client library for Azure Relay Hybrid Connections
https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-what-is-it
MIT License
36 stars 33 forks source link

Is there a service bus relay implementation in python #91

Open ghost opened 5 years ago

ghost commented 5 years ago

A question:

Is there any service bus relay implementation in python or any timeline for that?

-- Thanks

Actual Behavior

Expected Behavior

Versions

dlstucki commented 5 years ago

[Whoa, I was still planning on verifying that a single listener should be able to handle both HTTP and WebSocket requests]

As far as python goes this is what we have so far: https://github.com/Azure/azure-relay/issues/28#issuecomment-390778193

ghost commented 5 years ago

Okay, I verified that a single listener works for both http and websocket requests. So, I changed the title of the issue. Thanks for looking into it and replying. I will definitely take a look at the python implementation of the service bus relay listener.