rdkcentral / mock-firebolt

An advanced, controllable mock Firebolt OS implementation, which can also act as a reverse proxy to a real Firebolt OS running on a real device
Apache License 2.0
4 stars 21 forks source link

Feature - Add multiple user support to sessions #139

Closed ksentak closed 1 year ago

ksentak commented 1 year ago

Sessions in MF were implemented before full multi-user support was added. For this reason an instance of MF can only have one "session". All users must share the same session without knowing what messages came for which user.

This PR adds proper user support for Sessions so each user has their own session.