-
|
Hello, I'm currently experimenting with the websocket capabilities of Currently, I'm doing the following at the end of an if branch, on a route handler that returns let err = std::io::Error::new(std::io::ErrorKind::NotFound, "room not found");
return Err(err.into());(I know that I could write cleaner code by implementing When trying this branch of code, actix logs I've naively tried to consume the payload with What can I do to return without initiating a websocket connection ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This was a bug. See #2779 and related issues. This might be solved now. |
Beta Was this translation helpful? Give feedback.
This was a bug. See #2779 and related issues. This might be solved now.