DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.46k stars 786 forks source link

Fix: Hot Reload Blocking #2127

Closed DogeDark closed 6 months ago

DogeDark commented 6 months ago

Hot reload loop wasn't correctly handling the socket stream when closed.

Closes #2123

jkelleyrtp commented 6 months ago

Thank you!!!