WIP: add remaining message types

This commit is contained in:
CJ van den Berg 2026-03-07 14:51:25 +01:00
parent 0e804fc61f
commit cb37b9b82b
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 105 additions and 1 deletions

View file

@ -69,6 +69,7 @@ const Parent = struct {
try std.testing.expectEqualStrings("test_actor", s.to_name);
try std.testing.expect(try cbor.match(s.payload, .{ "hello", "from_child" }));
},
else => return unexpected(thespian.message{ .buf = frame }),
}
self.frame_received = true;
}