Skip to content

Conversation

@luxalpa
Copy link
Contributor

@luxalpa luxalpa commented Jan 7, 2026

Separating the guard implementation between SSR and WASM builds should avoid the need for cloning the signals value on every call to .read() without reintroducing the tokio-related SSR panic from earlier.
Note that I decided to use an RwSignal instead of the (signal, set_signal) logic we had earlier, because I wanted to avoid adding even more logic in order to allow the signals to communicate.

@maccesch maccesch merged commit 44a439b into Synphonyte:main Jan 10, 2026
3 of 4 checks passed
@maccesch
Copy link
Contributor

Thank you! Very nice work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants