mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
This commit is contained in:
@@ -172,6 +172,9 @@ where
|
||||
Ok(Message::Text(text)) => {
|
||||
_ = response_stream_tx.start_send(Ok(text.into_bytes()));
|
||||
}
|
||||
Ok(Message::Close(_)) => {
|
||||
break;
|
||||
}
|
||||
Ok(_other) => {
|
||||
}
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user