updates
This commit is contained in:
parent
8da12980ea
commit
89f440b0fe
@ -24,7 +24,7 @@ impl Relay for RelaySvc {
|
|||||||
async fn stream(
|
async fn stream(
|
||||||
&self,
|
&self,
|
||||||
request: Request<tonic::Streaming<HidReport>>,
|
request: Request<tonic::Streaming<HidReport>>,
|
||||||
) -> Result<Response<Pin<Box<dyn Stream<Item = Result<HidReport, Status>> + Send>>>, Status> {
|
) -> Result<Response<Self::StreamStream>, Status> {
|
||||||
let mut inbound = request.into_inner();
|
let mut inbound = request.into_inner();
|
||||||
|
|
||||||
// each connected client gets its own outbound channel
|
// each connected client gets its own outbound channel
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user