Skip to content

Commit 655e70c

Browse files
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 <[email protected]>
1 parent 905fddb commit 655e70c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ on:
2222
- main
2323
pull_request:
2424
paths:
25-
- "src/**"
25+
- "up-subscription/**"
26+
- "up-subscription-cli/**"
2627
- "Cargo.*"
2728
- "deny.toml"
2829
workflow_call:

0 commit comments

Comments
 (0)