More logs
This commit is contained in:
parent
95a9a0a07c
commit
36850e70d6
@ -53,6 +53,7 @@ class Server
|
||||
$timeout = 2;
|
||||
$this->sock->setOption(\SOL_SOCKET, \SO_RCVTIMEO, $timeout);
|
||||
$this->sock->setOption(\SOL_SOCKET, \SO_SNDTIMEO, $timeout);
|
||||
\danog\MadelineProto\Logger::log("Server started! Listening on ".$this->settings['address'].":".$this->settings['port']);
|
||||
while (true) {
|
||||
pcntl_signal_dispatch();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user