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

Define an skey to return to the client when media syncing begins. #31

Merged
merged 2 commits into from
Jan 25, 2016

Conversation

cdpm
Copy link
Contributor

@cdpm cdpm commented Jan 22, 2016

As the skey is determined by the server, we need to define one when media syncing begins (that is, before SyncMediaHandler.begin() is first called) so we don't return a null value.

@dsnopek
Copy link
Owner

dsnopek commented Jan 22, 2016

Hm. 'skey' sounds like it could be "session key". Should we create it when first creating the session instead?

@cdpm
Copy link
Contributor Author

cdpm commented Jan 22, 2016

You're right. I changed it so the skey is only set once for each session, when it is created.

dsnopek added a commit that referenced this pull request Jan 25, 2016
Set skey for media syncing.
@dsnopek dsnopek merged commit 4e8601e into dsnopek:master Jan 25, 2016
@dsnopek
Copy link
Owner

dsnopek commented Jan 25, 2016

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants