AzureSignalR-samples
AzureSignalR-samples copied to clipboard
Code samples for Azure SignalR
Being that this uses a bunch of Azure services, would make sense for this sample to also use Azure Maps instead of Bing Maps.
I followed the [local chat room sample](https://github.com/aspnet/AzureSignalR-samples/tree/master/aspnet-samples/ChatRoomLocal), and it worked fine. I then tried modifying it to use Azure, as shown in the [Azure chat room sample](https://github.com/aspnet/AzureSignalR-samples/tree/master/aspnet-samples/ChatRoom). My changes were...
> Currently we have something like: > > public async Task MyRestCallHandler{ > var result = await CalcResult(); > await hub.Clients.SendAsync(...); > return result; > } > > And if...
The Flight Map sample correctly treats the SignalR connection string as a secret, but has the user copy their API key directly into the index view. An API key should...
The SignalR backend is super useful, but is hard to use from Unity because of the different plugin & runtime requirements.
When i follow the steps of "Build Your First Azure SignalR Service Application" tutorial, i get the following exception on running the web app: ``` Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[11] Failed to start connection....
There's definitely some real flakiness when binding values from the local setting file. When using Azure functions input bindings it appears that keyVault or other complex objects (i.e. serilog setting)...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.0.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 2.1.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 2.1.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...