Skip to content

Commit d0bbb22

Browse files
authored
Server info is only retrieved once during initialization (#214)
1 parent 5bbfccc commit d0bbb22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rmcp/src/handler/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ pub trait ServerHandler: Sized + Send + Sync + 'static {
111111
if context.peer.peer_info().is_none() {
112112
context.peer.set_peer_info(request);
113113
}
114-
let info = self.get_info();
115114
std::future::ready(Ok(self.get_info()))
116115
}
117116
fn complete(

0 commit comments

Comments
 (0)