Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 14, 2023
1 parent 0cdca2f commit 6515c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebSockets/WsConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class WsConnection extends EventEmitter

public function __construct(public DuplexStreamInterface $stream)
{
$this->resourceId = (string) Str::uuid();
$this->resourceId = Str::random();

$this->buffer = new MessageBuffer(
new CloseFrameChecker,
Expand Down

0 comments on commit 6515c91

Please sign in to comment.