Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 27, 2023
1 parent a02fa2b commit fa885d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function routes()
Route::get('/', function (RequestInterface $request, WsConnection $connection) {
$connection->onMessage(function ($message) use ($connection) {
$connection->send($message);
$connection->send($message);
});
$connection->openBuffer();
})
Expand Down

0 comments on commit fa885d3

Please sign in to comment.