SignalR-StockTicker
SignalR-StockTicker copied to clipboard
A simple fake stock ticker sample for SignalR
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 2.1.0 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
update jquery scripts and .net framework to version 4.8
Very old scripts which need updating
Not SignalR specific, but the PercentChange property makes more sense to me in relation to the starting price then the current price given the current table headings.
In the check-lock-check pattern in StockTicker.OpenMarket(), the two if-clauses ``` if (MarketState != MarketState.Open || MarketState != MarketState.Opening) ``` have no effect, i.e. always evaluate to true. It should probably...
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 jQuery from 1.10.2 to 3.5.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...