drop the global user list
This global user list is not apprpriated to a normal usage Also simplifies the code: rollback on user authenticated js flag. And finally Fixes a bug, trying to reconnect the hub ([TODO] middleware black listing IP's prsenting abnormal rate on connections queries).
This commit is contained in:
parent
a7f6a2116b
commit
a7c5e6be34
2 changed files with 31 additions and 33 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<label><input type="checkbox" id="mute" />Muet</label>
|
||||
|
||||
<div class="container disabled panel" id="chatview" data="fullchatview"
|
||||
data-chans="yavsc" data-is_auth="@ViewBag.IsAuthenticated" data-mutectl="mute" ></div>
|
||||
data-chans="yavsc" data-mutectl="mute" ></div>
|
||||
|
||||
@section scripts {
|
||||
<!--Reference the autogenerated SignalR hub script. -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue