Log on closed socket ping

This commit is contained in:
Daniil Gentili 2018-02-25 14:34:48 +01:00 committed by GitHub
parent 08c7cf5a8c
commit eddbb40f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ trait MessageHandler
public function recv_message($datacenter)
{
if ($this->datacenter->sockets[$datacenter]->must_open) {
\danog\MadelineProto\Logger::log(['Trying to write in closed socket, sending initial ping/http_wait']);
if ($this->is_http($datacenter)) {
$this->method_call('http_wait', ['max_wait' => 500, 'wait_after' => 150, 'max_delay' => 500], ['datacenter' => $datacenter]);
} else {