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

No longer stringifying data in signals #85

Closed
wants to merge 1 commit into from

Conversation

michaeljolley
Copy link
Contributor

Pull request checklist

  • All tests pass. Demo project builds and runs.
  • I have resolved any merge conflicts. Confirmation: ____

This fixes issue #76.

What's in this pull request?

Previously, we were sending data in signaling as: data: JSON.stringify(data), but data allows an object to be sent. Modified to simply send the object without the stringify.

@pardel pardel closed this Apr 8, 2021
@pardel pardel deleted the signaling-data branch April 8, 2021 15:19
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.

2 participants