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

A Session's channel is now able to be retrieved correctly. (Related to #57) #1098

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

acwio
Copy link

@acwio acwio commented Nov 29, 2015

This pull / merge request is related to the an issue described in #57. (It probably deserves it's own GitHub Issue itself.) Playback of mouse events was being entirely prevented due to Session ClassObjects being unable to retrieve channels for a peer. An error was reported on Line 155 in playback.js whenever the system tried to replay a mouse event. I tested this in both Chrome and Firefox.

I supplied a fix by explicitly defining the _getChannel method for Session ClassObjects (in session.js). As I'm far less familiar with the codebase, there is probably a more elegant solution. Nevertheless, this fix does restore functionality for playing back mouse events.

If you have any questions, please feel free to get back to me here. Looking forward to contributing more!

Explicitly defined _getChannel method for Session ClassObjects. Should
allow recording/playback to work appropriately.
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.

1 participant