Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 20, 2023
1 parent 3422643 commit 945fa7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ReverbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public function messagePromise(WebSocket $connection)
$promise = new Deferred;

$connection->on('message', function ($message) use ($promise) {
dump($message);
$promise->resolve((string) $message);
});

Expand Down

0 comments on commit 945fa7c

Please sign in to comment.