DioxusLabs / dioxus

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

Refactor and fix eval channels #2302

Closed ealmloff closed 1 week ago

ealmloff commented 3 weeks ago

Platforms working:

Fixes #2295 Fixes #2294

Fixes results never sending when returning nothing Fixes dropping web and desktop evals Fixes invalid syntax in evals not returning an error

ealmloff commented 2 weeks ago

DogeDark, you wrote a lot of the original eval channel code. If you have time, could you take a look at these changes