use_resource
cancels spawn_forever
's future (and even regular spawn
) when listening to signals set by said future
#2235
Labels
bug
Something isn't working
consistency
improve cohesiveness of features
signals
Related to the signals crate
Milestone
Problem
When setting a signal in a
spawn_forever()
(and even a regularspawn()
, or component async fn), if it is also used by a resource, it cancels the future erroneously.Steps To Reproduce
Note: gloo_timers here is just as a simple await point, this occurs with server functions and all other operations that yield to the async runtime.
Steps to reproduce the behavior:
Expected behavior
Resulting behavior
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: