Skip to content

Commit

Permalink
Use echo.websocket.org for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jul 4, 2020
1 parent ecac178 commit 6a55fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Amp\Loop::run(function () {
/** @var Connection $connection */
$connection = yield connect('wss://demos.kaazing.com/echo');
$connection = yield connect('wss://echo.websocket.org');
yield $connection->send('Hello!');

$i = 0;
Expand Down

0 comments on commit 6a55fcc

Please sign in to comment.