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
# Objective
Fix#21079. This was caused by incorrectly dropping a future.
## Solution
Await the future instead of dropping it.
## Testing
See
#21079 (comment).
@rparrett has indicated this resolves the issue. I have not personally
tested it.
We need to figure out a better solution to unit test the web. This would
be very easy to test, except that it requires `web_bindgen_futures` and
has to run in a browser environment.
0 commit comments