Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of stations with multiple channels #19

Open
ericDMH opened this issue Apr 26, 2018 · 2 comments
Open

Handling of stations with multiple channels #19

ericDMH opened this issue Apr 26, 2018 · 2 comments
Labels
feature request help wanted Extra attention is needed

Comments

@ericDMH
Copy link

ericDMH commented Apr 26, 2018

Some radio stations have more than one channel. At the moment, each time a user switches between channels, a new sessionID is assigned to him/her. When switching back to the station they previously listened to, they will also receive a new sessionID as they are currently not stored.

I'm wondering what would be the best way to improve this situation. We could:

  • Store the last sessionId for each channel on the client
  • Reuse the same sessionId for multiple channels (server side management)
  • keep everything as it is.
@ericDMH ericDMH added help wanted Extra attention is needed feature request labels Apr 26, 2018
@sebastian-weiss
Copy link

I prefer the first option: Store the session id for each channel.

The third option is not an option :-) and the second option would confuse later reportings (analytic purposes)

@sebastian-weiss
Copy link

Don't forget to be careful: In case the session became invalid, a new session has to be created. That means channel switching should rely on the same mechanisms as normal channel startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants