RPC: more asserts and checks (#1606)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2022-08-22 19:36:45 +03:00
committed by GitHub
parent 4e1470cef2
commit 84e2e321b4
9 changed files with 299 additions and 281 deletions

View File

@@ -215,7 +215,7 @@ static void test_rpc_print_message_list(MsgList_t msg_list) {
MsgList_reverse(msg_list);
for
M_EACH(msg, msg_list, MsgList_t) {
rpc_print_message(msg);
rpc_debug_print_message(msg);
}
MsgList_reverse(msg_list);
#else