Liangying.Wei

Results 244 comments of Liangying.Wei

Any traffic observed from the ngrok dashboard? Is it that the event handler is not invoked at all (ngrok has no incoming traffic) or the function returns 401 (ngrok logs...

resource names are allowed to contain hyphen (-) but the **hub** name does not, hub name should only contain alpha-numeric (0-9, a-z, A-Z) characters or underscore (_) You don't need...

Get it. Since they are used in different places they follow different rules. For example, the resource name will be used as part of the domain name of the resource....

Yeah, that's true, it's only a generator for now. May I know in what scenarios would you like to know the history?

The live trace shows that you've registered `connect` event and it returns 401 ![image](https://user-images.githubusercontent.com/668244/122867267-ca08ef80-d35b-11eb-9f36-2e7bc0403b02.png) So for this chat sample, the sample code only configured `connected` event, you can either: 1....

Could you describe a little bit more about your user scenarios? Are you using event handlers or are you using subprotocols?

For received messages, where is the message sent from? Is it from the server SDK (or REST API), or from subprotocol client? Messages from one group should have order guaranteed....

1. Web PubSub itself does not have a message delivery guarantee, it acts as a broker that delivers real-time messages to connected WebSocket clients. So if the WebSocket connection is...

Follow-up question: how can another admin force close acive live trace connections? What happens if "LiveTrace" is disabled? Will it close all the active live trace connections?

Updated swagger to include the "minLength": https://github.com/Azure/azure-rest-api-specs-pr/pull/2806/files