eee
This commit is contained in:
@@ -149,7 +149,7 @@ class AsyncServer implements ServerInterface
|
||||
if ($port === false) {
|
||||
throw new Exception('Listen port fail.' . swoole_last_error());
|
||||
}
|
||||
|
||||
println('Add port listen ' . $config->host . '::' . $config->port);
|
||||
$port->set($this->resetSettings($config->type, $config->settings));
|
||||
|
||||
$this->onEventListen($port, $config->getEvents());
|
||||
|
||||
Reference in New Issue
Block a user