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 6515c91 commit 042ad1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Servers/Reverb/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class Factory
*/
public static function make(string $host = '0.0.0.0', string $port = '8080', LoopInterface $loop = null)
{
set_time_limit(0);
ob_implicit_flush();

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

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

0 comments on commit 042ad1f

Please sign in to comment.