Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Fix poor behaviour fetching old messages #50

Closed SQL-MisterMagoo closed 5 years ago

SQL-MisterMagoo commented 5 years ago

When scrolling there can be a lot of events firing, which is why I used a SemaphoreSlim to prevent multiple fetches - I just hadn't written it right, so it was trying to release when it shouldn't.

SQL-MisterMagoo commented 5 years ago

This has been in use by me for days, so again I'm just going to merge when it passes checks