Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
Sidhant Kohli committed Jul 30, 2024
1 parent d92902c commit 1aea87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batchmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ impl<T> crate::batchmap::Server<T> {
.max_encoding_message_size(self.max_message_size)
.max_decoding_message_size(self.max_message_size);

let shutdown = shutdown_signal(internal_shutdown_rx, Some(shutdown_rx), cln_token);
let shutdown = shutdown_signal(internal_shutdown_rx, Some(shutdown_rx));

tonic::transport::Server::builder()
.add_service(map_svc)
Expand Down

0 comments on commit 1aea87a

Please sign in to comment.