seed-rs / seed

A Rust framework for creating web apps
MIT License
3.81k stars 155 forks source link

Revert "Remove unused fields" #702

Closed wkordalski closed 1 year ago

wkordalski commented 2 years ago

This reverts commit 08c4ce15255ac8d03df5315796e7b63e624e2987.

The fields are considered as unused by rustc, however they might be stored to be dropped in the right moment.

In the future we should analyze which field we can really delete, however I think we can do without such clean-up as Seed 0.8 is not the current version of Seed.

See: https://github.com/seed-rs/seed/issues/701

flosse commented 1 year ago

Should be obsolete since websocket connections are handled outside since v0.10.0. Feel free to re-open this PR if there are still problems.