From 060f8264ffa500feb0d577f1e5c9cf9e5a11c33c Mon Sep 17 00:00:00 2001 From: Nova Date: Tue, 25 Oct 2022 07:32:25 -0400 Subject: [PATCH] fix(data): send "data" to receiver --- src/nodes/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodes/data.rs b/src/nodes/data.rs index 9b0586f..e7997bf 100644 --- a/src/nodes/data.rs +++ b/src/nodes/data.rs @@ -203,7 +203,7 @@ impl PulseSender { mask_matches(receiver_mask, &data_mask), "Message does not contain the same keys as the receiver's mask" ); - node.send_remote_signal( + receiver_node.send_remote_signal( "data", &serialize(SendDataInfo { uid: &node.pulse_sender.get().unwrap().uid,