Closed zkulbeda closed 1 year ago
There's not much win in using lazy session in scenes-centric bot because it must read the session on every request anyway. (As it needs to figure out the current scene/step and call the respective middleware).
But I agree that this as a missing feature/reasonable improve.
Published in v10.1.0.
Bot loses the session with an entered scene when using lazy sessions. Official documentation says, that developers should offer two ways of using session storage. Example:
After sending /start and then sending some message, bot replies "outside the scene" message.