Chenyang Liu

Results 51 comments of Chenyang Liu

`signalr_extension` is generated when functions that contain `SignalRTrigger` are successfully deployed to the Function app. So can you confirm whether it's successfully deployed? Sometimes the deployment fails so that the...

https://github.com/Azure/azure-sdk-for-net/pull/33775

It had a long term discussion with architect board and the result is the class has dispose method but doesn't have IDisposable interface

@darrachequesne I wonder whether you can have a look at this feature request. Is it OK to have such a data contract between client and server? And if we can...

@darrachequesne Thanks for replying. I think for the server side, an extension may be enough as it only returns a negotiation response. But for the client side, it needs to...

I'm not sure whether everything is achievable outside the class. E.g. For long polling the token should be in Authorization header but for websocket, it should be in query. I...

Docker in docker isn't supported in ACI but supported in ACS

Hi, what your purpose to use Docker inside a container. If you need some specific environment, you can just prepare such a Docker image with JNLP or SSH and use...