WIP: add remaining message types
This commit is contained in:
parent
0e804fc61f
commit
cb37b9b82b
4 changed files with 105 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue