Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Jun 28, 2024
1 parent 8c790b0 commit 2f15467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PushServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PushServer
/** @var AbstractEvent|null 最近一个事件 */
protected ?AbstractEvent $_lastEvent = null;

protected function __construct()
public function __construct()
{
$this->_keepaliveTimeout = self::getConfig('heartbeat', 60);
}
Expand Down

0 comments on commit 2f15467

Please sign in to comment.