Skip to content

Commit

Permalink
Fix paths that check.yaml watches (eclipse-uprotocol#10)
Browse files Browse the repository at this point in the history
* Fix paths that check.yaml watches

* Fix remote subscribe (eclipse-uprotocol#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]>
  • Loading branch information
AnotherDaniel and jjj-vtm authored Sep 10, 2024
1 parent 905fddb commit 655e70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ on:
- main
pull_request:
paths:
- "src/**"
- "up-subscription/**"
- "up-subscription-cli/**"
- "Cargo.*"
- "deny.toml"
workflow_call:
Expand Down

0 comments on commit 655e70c

Please sign in to comment.