fix not compiling

This commit is contained in:
Tim Nebel 2025-03-25 12:42:51 +00:00
commit ac21581957

View file

@ -220,7 +220,7 @@ impl<T: RemoteInstantiatable> RmcCallable for OnlyRemote<T>{
}
}
async fn handle_incoming<T: RmcCallable>(
async fn handle_incoming<T: RmcCallable + Send + Sync + 'static>(
mut connection: ExternalConnection,
remote: Arc<T>,
notify: Arc<Notify>,