chore(tcp): Add tests tcp proxy
This commit is contained in:
parent
2f3b797f97
commit
98ee91d174
6 changed files with 290 additions and 34 deletions
|
@ -252,7 +252,7 @@ pub async fn run_server(server_config: Arc<WsServerConfig>) -> anyhow::Result<()
|
|||
|
||||
let fut = async move {
|
||||
if let Err(e) = conn_fut.await {
|
||||
error!("Error while upgrading cnx to weboscket: {:?}", e);
|
||||
error!("Error while upgrading cnx to websocket: {:?}", e);
|
||||
}
|
||||
}
|
||||
.instrument(span);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue