danog / MadelineProto

Async PHP client API for the telegram MTProto protocol
https://docs.madelineproto.xyz
GNU Affero General Public License v3.0
2.8k stars 636 forks source link

Sessions overriding #1364

Closed thedevale closed 9 months ago

thedevale commented 1 year ago

I am using a standard deployment through composer, and i configured a MySQL database for session storing. I also have of course a sessions folder containing all numbered sessions Each session is in the form: ID.madeline..

Since a couple of days, when I try to start a session, independently of what session i load it always starts the last registered session (last created) Doesn't matter if i start 5.madeline or 90.madeline, it always runs the last created, sends messages with the last created and so on

danog commented 9 months ago

Fixed