Commits
Click on a commit to change the comparison rangeDo a full re-hydrate on reconnect
It turns out that just rehydrating and not also re-running the on_load handlers
can leave applications in a bad state; particularly when their background tasks
exiting are predicated on the `sid`, that will change on reconnect, but without
an on_load, no mechanism is there to restart the tasks. Merge remote-tracking branch 'origin/main' into masenf/full-rehydrate