Add log-init-function and websocket retry
This commit is contained in:
parent
6536ff0792
commit
50bcac2a1b
12 changed files with 73 additions and 69 deletions
emgauwa-lib/src/handlers/v1/ws
|
@ -26,6 +26,5 @@ pub async fn ws_controllers(
|
|||
stream,
|
||||
)
|
||||
.map_err(|_| ApiError::InternalError(String::from("error starting websocket")));
|
||||
println!("{:?}", resp);
|
||||
resp
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue