Nicer message for no response

This commit is contained in:
2025-04-06 11:05:28 -04:00
parent 6eef36e78a
commit c2f8c77c52
2 changed files with 1 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ pub fn main() !void {
if (res) |r| {
std.debug.print("{s}\n", .{r.connection.payload});
} else {
std.debug.print("null\n", .{});
std.debug.print("No response from connection request\n", .{});
}
// try Saprus.sendRelay(if (message.items.len > 0) message.items else "Hello darkness my old friend", gpa);