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

Add support for defining WebSocket protocol to use with Peer instance #987

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 24, 2022

  1. feat: add protocol support

    This commit adds support for defining which WebSocket protocol a Peer instance should use.
    
    This makes it possible to for instance use versioning for Peer servers, and much more.
    skoshx committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    1cf7c17 View commit details
    Browse the repository at this point in the history
  2. style: formatting

    skoshx committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    ae6cbd7 View commit details
    Browse the repository at this point in the history
  3. fix: pass protocol to socket

    skoshx committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    8ac2716 View commit details
    Browse the repository at this point in the history