Skip to content
Snippets Groups Projects
Commit ab3f317d authored by Ilya Grishnov's avatar Ilya Grishnov Committed by Feodor Alexandrov
Browse files

box: fix shared lang between connected clients

Fixed the implementation of the box console.
Before this fix, result of `\set language` is shared between clients
via `console.connect`, despite the fact that clients have different
`box.session.id`. Now the parameter of the selected language is stored
by each client in his own `box.session.storage`.

Fixes #8817

NO_DOC=bugfix

(cherry picked from commit e4fda4b7)
parent c27cdcb2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment