--- libaitrpc/example/tsrv_un.c 2015/07/02 22:28:13 1.2 +++ libaitrpc/example/tsrv_un.c 2024/03/20 17:10:50 1.2.8.1 @@ -154,7 +154,9 @@ int main(int argc, char **argv) mpool_dump(NULL, NULL); rpc_srv_execBLOBServer(srv); + rpc_srv_DispatchSignal(srv, 42); rpc_srv_loopServer(srv); + rpc_srv_DispatchSignal(srv, 0); rpc_srv_endBLOBServer(srv); rpc_srv_endServer(&srv);