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

Use a monotonic clock for WebsocketSession's session_time #64

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

Commits on May 31, 2018

  1. Use a monotonic clock for WebsocketSession's session_time

    This will try to use the facilities provided by module monotonic.  If
    the import fails we'll fall back on using time.time() as before.
    outputenable committed May 31, 2018
    Configuration menu
    Copy the full SHA
    56babb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    236afa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36397f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    4d61e75 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Set ignore_outcome=true for tox testenv:coverage

    This should fix the CircleCI issue.
    outputenable committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    2787a7f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    a53ac47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed91ef View commit details
    Browse the repository at this point in the history