Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Pithikos/python-websocket-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zwegner/python-websocket-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 14, 2019

  1. Change websocket_server a bunch, remove unneeded APIs, add routing me…

    …chanism, add server thread
    zwegner committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    29f8d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04dd467 View commit details
    Browse the repository at this point in the history
  3. Improve websocket interface to let each route handle sending and rece…

    …iving, the message_stream() iterable isn't a good interface. Also allow pings in the handler loop, and clean up a couple small things
    zwegner committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    9dd1e4c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    bde23bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b948d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d59c63b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Move websocket routing functionality to a WebSocketRouter class, to a…

    …llow multiple modules to configure their own routes that can be added to the server later (a la Flask Blueprints)
    zwegner committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    014a962 View commit details
    Browse the repository at this point in the history
Loading