DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.45k stars 747 forks source link

Hot-reloading doesn't drop disconnected websocket connections #2075

Closed jkelleyrtp closed 4 months ago

jkelleyrtp commented 4 months ago

Problem

If you drop a WS connection, the poll loop to send down edits stays alive until next rebuild since it's not running a heartbeat.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment:

Questionnaire