diff --git a/server/src/main.rs b/server/src/main.rs index ee8677b..bbfc761 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -24,7 +24,7 @@ impl Relay for RelaySvc { async fn stream( &self, request: Request>, - ) -> Result> + Send>>>, Status> { + ) -> Result, Status> { let mut inbound = request.into_inner(); // each connected client gets its own outbound channel