mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -88,7 +88,7 @@ class ConnectionManager implements ConnectionManagerContract
|
|||||||
do {
|
do {
|
||||||
try {
|
try {
|
||||||
$portFound = true;
|
$portFound = true;
|
||||||
$server = new Server('127.0.0.1:'.$port, $this->loop);
|
$server = new Server('0.0.0.0:'.$port, $this->loop);
|
||||||
} catch (\RuntimeException $exception) {
|
} catch (\RuntimeException $exception) {
|
||||||
$portFound = false;
|
$portFound = false;
|
||||||
$port++;
|
$port++;
|
||||||
|
|||||||
Reference in New Issue
Block a user