From b3b35886b48f0b56c59f815308e4b66d39e13141 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Mon, 15 Jan 2024 16:04:15 +0000 Subject: [PATCH] Add clarification around mm-lobby-find-fail (#343) ## Changes --- svc/pkg/mm/ops/lobby-find-fail/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svc/pkg/mm/ops/lobby-find-fail/src/lib.rs b/svc/pkg/mm/ops/lobby-find-fail/src/lib.rs index 9abb15a3a0..f48cfffc91 100644 --- a/svc/pkg/mm/ops/lobby-find-fail/src/lib.rs +++ b/svc/pkg/mm/ops/lobby-find-fail/src/lib.rs @@ -88,6 +88,9 @@ async fn publish_fail_event( error_code: i32, ) -> GlobalResult<()> { // Publish fail message + // + // Don't get confused: this is an operation named `mm-lobby-find-fail` that is publishing a + // message named `mm::msg::lobby_find_fail` msg!([ctx] mm::msg::lobby_find_fail(namespace_id, query_id) { namespace_id: Some(namespace_id.into()), query_id: Some(query_id.into()),