I am using SignalR in loop like this:
int itemsCount = 100;
for (int i = 0; i <= itemsCount; i++) { Thread.Sleep(100);