microsoft / BotFramework-WebChat

A highly-customizable web-based client for Azure Bot Services.
https://www.botframework.com/
MIT License
1.6k stars 1.55k forks source link

[Livestream] Debounce informative message #5280

Open compulim opened 2 months ago

compulim commented 2 months ago

Is your feature request related to a problem?

Informative message should show on the screen for 300-600 ms.

If the interim message arrive too soon, the informative message will be replaced sooner than 300-600 ms.

On the other side, interim message can replace other interim message without waiting for 300-600 ms because the transition is easier to observe than informative -> interim.

Describe the suggestion or request in detail

No response

Describe alternatives you have considered

No response

Additional context

No response