Does Kendo support any sort of per-client throttling when it comes to SignalR?
We have a situation where there are 100s of data sources on a page attached to list views. Because these all attempt to read at once we get 414 errors and others and I suspect the easiest fix will be to prevent too many requests from happening at once.
Any ideas? I haven't been able to find a solution at the SignalR layer.