Arash Yazdanibakhsh

Results 3 comments of Arash Yazdanibakhsh

I am using this code and I get last 100 messages everytime. ` //----------------------------------------- var hist = await client.GetHistoryAsync(target, 0, -1, 0, 100, dia.TopMessage + 1, dia.ReadInboxMaxId); var tlMessages =...

I had same problem. In new version you have to use this: Immediate="true". My problem has been solved by that. You can see more about that in this [address](https://stackoverflow.com/questions/68909663/blazor-text-is-not-changed-immediately-upon-insertion)

Yes it's true. I'm sorry it was my mistake. ;)