Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 15, 2023
1 parent 0b8d528 commit b4a3b60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Servers/Reverb/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class Factory
*/
public static function make(string $host = '0.0.0.0', string $port = '8080', LoopInterface $loop = null)
{
gc_enable();
set_time_limit(0);
ob_implicit_flush();

$loop = $loop ?: Loop::get();

$socket = new SocketServer("{$host}:{$port}", [], $loop);
Expand Down

0 comments on commit b4a3b60

Please sign in to comment.