From 655e70c5efd2a0d5bf7149795d0ae3d1005e48a9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 10 Sep 2024 08:52:07 +0200 Subject: [PATCH] Fix paths that check.yaml watches (#10) * Fix paths that check.yaml watches * Fix remote subscribe (#8) * Fix UUID and message priority (RPC must at least use CS4) * Changed other rpc calls also to CS4 and a correct UUID * Return connection state if a subscriber is already there and handle same client connecting twice * Fix new remote subscriptions always returning SUBSCRIBE_PENDING, regardless of actual state --------- Co-authored-by: Jan Jongen --- .github/workflows/check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index bcf36b8..78584b0 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -22,7 +22,8 @@ on: - main pull_request: paths: - - "src/**" + - "up-subscription/**" + - "up-subscription-cli/**" - "Cargo.*" - "deny.toml" workflow_call: