Skip to content

Commit

Permalink
Change demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Aug 30, 2021
1 parent 739f50e commit 4914153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coursier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: |
rsc --version
rsc --showSystemProperties
rsc wss://rsocket-demo-1.appspot.com/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug
rsc wss://demo.rsocket.io/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: |
rsc --version
rsc --showSystemProperties
rsc wss://rsocket-demo-1.appspot.com/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug
rsc wss://demo.rsocket.io/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug
2 changes: 1 addition & 1 deletion .github/workflows/scoop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
rsc --version
rsc --showSystemProperties
rsc wss://rsocket-demo-1.appspot.com/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug
rsc wss://demo.rsocket.io/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ rsc --stream --route=hello --debug --take=30 ws://localhost:8080/rsocket
```

```
rsc --stream --route=searchTweets --data=Trump wss://rsocket-demo-1.appspot.com/rsocket
rsc --stream --route=searchTweets --data=Trump wss://demo.rsocket.io/rsocket
```

You can also send data via a file or URL using `-l`/`--load` option instead of `-d`/`--data` as follows
Expand Down

0 comments on commit 4914153

Please sign in to comment.