Skip to content
Snippets Groups Projects
  • Ilya Grishnov's avatar
    bf1f05b0
    box: fix shared lang between connected clients · bf1f05b0
    Ilya Grishnov authored
    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)
    bf1f05b0
    History
    box: fix shared lang between connected clients
    Ilya Grishnov authored
    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)
gh-8817-bug-fix-set-language-shared-between-conn-clients.md 157 B

bugfix/box

  • Fixed a bug in the box console implementation because of which the language parameter was shared between connected clients (gh-8817).