You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We replaced the unawaited call to sendSubmessage() with an awaited call.
This ensures that the operation's start and completion can be tracked, which makes it possible to implement a loading indicator. With the previous unawaited behavior, there was no reliable way to measure the duration of the process.
Fixes: #1808
0 commit comments