Results 53 comments of yzt

> By default, the SDK uses the DefaultEndpointRouter to pick up endpoints. The default router handles this for you. The [document](https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-howto-scale-multi-instances#default-behavior) already contains a section about the behaviour of the...

Is your client using MessagePack hub protocol? Currently the message sent from Management SDK is in JSON format, and in `Transient` mode JSON is translating to MessagePack in Azure SignalR...

We will update the docs to remind users of the incompatibility. We do have plans to support MessagePack in `Persistent` mode, but we are still considering the design. Do you...

Please confirm that your connection string is correct. Additionally, did the issue only occur in the Azure Container Apps or it could be reproduced locally?

This doc might help: [Troubleshooting methods](https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-howto-troubleshoot-method). You could also send your SignalR resource ID to [email protected] for us to check backend log for you.

> yes, can confirm. I am using primary connection string. Also it does work intermittently. From the logs in the back end, you should be using AAD auth instead of...

Fortunately, the capability of providing endpoints online status will come with the multiple endpoints feature in [Management SDK](https://github.com/Azure/azure-signalr/blob/dev/docs/management-sdk-guide.md) we are working on currently. Pull request that enabling providing endpoints online...

Under persistent mode, the endpoints online status will depend on the WebSocket connection status, so we suggest you to set the connection count to above 1 to make the status...

Currently REST API is the only solution to check ASRS online status. Please track https://github.com/Azure/azure-functions-signalrservice-extension/issues/145 to get update.

For transient mode, the support will be a bit late, because we have to finish all tasks in https://github.com/Azure/azure-functions-signalrservice-extension/issues/145 first.