Skip to content
Snippets Groups Projects
Commit e4fda4b7 authored by Ilya Grishnov's avatar Ilya Grishnov Committed by Igor Munkin
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
parent 1ba84fe3
No related branches found
No related tags found
Loading
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