From aa98124c35272995821e2f1c451c3d66d5b4893a Mon Sep 17 00:00:00 2001 From: "zhimin.liu" Date: Wed, 24 Jun 2026 23:14:51 +0800 Subject: [PATCH] feat(notify):notify can signal success --- install/soa_server/rk3576/soa_server | Bin 315784 -> 315784 bytes source/soa_server/soa_server.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/install/soa_server/rk3576/soa_server b/install/soa_server/rk3576/soa_server index 06f206cf1ed9ce53e7425928c4aba7144194911a..d972bff110045b1ea7e95abe46b85bdef507fa9b 100755 GIT binary patch delta 31 kcmeBJEZnhJxM2&U$zn!@cGJa-K+FWh%-c;Dvjpn_0Jpaa;Q#;t delta 31 kcmeBJEZnhJxM2&U$zn!^cGJa-K+FWh%-c;Dvjpn_0JT>N!2kdN diff --git a/source/soa_server/soa_server.cpp b/source/soa_server/soa_server.cpp index 84a1ba9..f12823b 100644 --- a/source/soa_server/soa_server.cpp +++ b/source/soa_server/soa_server.cpp @@ -183,7 +183,7 @@ std::vector notifier_can5(void){ bool epsilon_func(std::shared_ptr _old, std::shared_ptr _new) { // TODO: add your logic here to compare _old and _new - return false; + return true; };