diff --git a/.github/workflows/coursier.yml b/.github/workflows/coursier.yml index 95f2a73..7997751 100644 --- a/.github/workflows/coursier.yml +++ b/.github/workflows/coursier.yml @@ -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 \ No newline at end of file + rsc wss://demo.rsocket.io/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug \ No newline at end of file diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 5cb5020..12c642a 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -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 \ No newline at end of file + rsc wss://demo.rsocket.io/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug \ No newline at end of file diff --git a/.github/workflows/scoop.yml b/.github/workflows/scoop.yml index 2c1662f..1f8e19f 100644 --- a/.github/workflows/scoop.yml +++ b/.github/workflows/scoop.yml @@ -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 \ No newline at end of file + rsc wss://demo.rsocket.io/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug \ No newline at end of file diff --git a/README.md b/README.md index ccdb374..ba33c3f 100644 --- a/README.md +++ b/README.md @@ -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