Kevin Zhao
Kevin Zhao
Thanks for the request. But we are really shorthanded right now. So I will put it to backlog for now. If you are interested in contributing, we'd like to provide...
I am a little confused. So it works now?
The Authorize requirement still runs in your app server. By default, all claims of an Authenticated user will be passed to SignalR Service. Then SignalR Service will pass all claims...
This is pretty weird. We have a sample using authorized hub too. I tried it again today and it works well. You can find the code [here](https://github.com/aspnet/AzureSignalR-samples/blob/master/samples/GitHubChat/Hub/Chat.cs#L10). I changed it...
Sure. I am trying out the JWT scheme. To answer your second question, there is a [protocol](https://github.com/Azure/azure-signalr/blob/dev/specs/ServiceProtocol.md) between Service and your app server. For every new client connected to Service,...
Hey @johnkwaters , I tried JWT scheme and it still works on my side. You can find the code at [here](https://github.com/Azure/azure-signalr/tree/kevinzha/jwt-auth/samples/ChatSample). It provides a public API for client to get...
Hey @johnkwaters , sorry to know that you are still blocked. So do you have a sample to reproduce this issue? Given my limited experience of Angular and limited bandwidth,...
@flowest I tried your project and it works well. Anything else to share?
For SignalR Service, all regions are the same. If you want to try, I am using Southeast Asia. Could you share your service instance name so that I can checkout...
@bsampica I didn't see anything unusual for your instance. Let me investigate more . @ClientIco How often do you see this happen? If not, how long does it last? Also...