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

fix!: WebSocketApp.run_forever() returning None after close() is called #788

Merged

Commits on Feb 7, 2022

  1. fix!: WebSocketApp.run_forever() returning None after close() i…

    …s called
    
    BREAKING CHANGE: the return value of `WebSocketApp.run_forever()` will no longer return the (undocumented) `None` value.
    fujiapple852 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    692cac8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. fix(tests): replace the defunct wss://stream.meetup.com/2/rsvps wit…

    …h `wss://api.bitfinex.com/ws/2` in several tests
    fujiapple852 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8be648b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    188373f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a567473 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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