Hot-restart does not stop loading when using streams #1340
Unanswered
CodeDoctorDE
asked this question in
Q&A
Replies: 1 comment
-
Hi, it seems that your sample code is quite complex. Could you please provide a minimal reproducible sample? I did not checked into details, but maybe firstly do abundant logging to see where it is stuck, eg a deadlock? Note that hot restart only restarts dart vm, while the rust code's state is unchanged |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I don't know if it is a bug or not but I have a problem.
If I leave the widget that subscribed to my StreamSink, it successfully closed the stream.
But when I click on the hot restart button it doesn't stop loading and the dispose function of the function won't be executed.
How can I fix this?
My code:
Beta Was this translation helpful? Give feedback.
All reactions