Size: a a a

PWRTelegram group RU

2018 March 02

A

A.D.🈴 in PWRTelegram group RU
:)
источник

A

A.D.🈴 in PWRTelegram group RU
И получается, кстати, что мемори лик за 20 минут набирается. :(
источник

DG

Daniil Gentili in PWRTelegram group RU
Konstantin Vasilev
@danogentili
Undefined variable: params | /project_path/vendor/danog/madelineproto/src/danog/MadelineProto/Logger.php:94

There is a typo
I shouldn't make changes in the middle of the night
источник

DG

Daniil Gentili in PWRTelegram group RU
sorry
источник

DG

Daniil Gentili in PWRTelegram group RU
pushing fix
источник

DG

Daniil Gentili in PWRTelegram group RU
I accidentally pushed it to master
источник

DG

Daniil Gentili in PWRTelegram group RU
I intended to push it to a beta branch
источник

DG

Daniil Gentili in PWRTelegram group RU
Pushing the fix to main branch now
источник

DG

Daniil Gentili in PWRTelegram group RU
A.D.🈴
06:07:02 UPDATE affected 0 rows

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4294863896 bytes) in phar:///var/www/html/newway/farm/madeline.phar/vendor/danog/madelineproto/src/Socket.php on line 155
This actually isn't a memory leak
источник

DG

Daniil Gentili in PWRTelegram group RU
it's a problem with TCP sequence numbers
источник

DG

Daniil Gentili in PWRTelegram group RU
In old versions, madeline used to send old sequence numbers after a reconnection
источник

DG

Daniil Gentili in PWRTelegram group RU
telegram does not return an error when that happens
источник

A

A.D.🈴 in PWRTelegram group RU
Ага.
источник

A

A.D.🈴 in PWRTelegram group RU
Ну, кстати, может перейти на tcp соединение?
источник

DG

Daniil Gentili in PWRTelegram group RU
A.D.🈴
Ага.
instead, it returns a payload of 5 bytes, with the first four bytes (the length) value of 4294863896
источник

A

A.D.🈴 in PWRTelegram group RU
С ним это поменьше должно быть?
источник

A

A.D.🈴 in PWRTelegram group RU
!!!!4294863896
источник

DG

Daniil Gentili in PWRTelegram group RU
Daniil Gentili
instead, it returns a payload of 5 bytes, with the first four bytes (the length) value of 4294863896
So I try to read 4294863896 bytes from the socket
источник

A

A.D.🈴 in PWRTelegram group RU
4294863896
источник

DG

Daniil Gentili in PWRTelegram group RU
it obviously fails because there is only one byte left
источник