This commit is contained in:
Adam 2024-07-24 02:31:47 -04:00
parent 59ec512fee
commit e8e05a8ee6

View file

@ -82,6 +82,7 @@ pub fn Websocket() -> impl IntoView {
// handle incoming messages
// make this a proper message handler
create_effect(move |_| {
message.with(move |message_raw| {
// Send all messages as strings into chat box