boyanio/react-blazor

Why the setTimeout of 1s on the React side but not on the Blazor side?

aptfx opened this issue · 1 comments

aptfx commented

I wondered why the messages always came late on the React side - would have guessed it would be vice versa. Then I found the setTimeout in the React implementation.

Can you point me to the code where there is setTimeout?