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

feature(websocket): Add websocket client #508

Merged
merged 14 commits into from
Jul 19, 2021

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    4ce17b8 View commit details
    Browse the repository at this point in the history
  2. added docs to README

    Mohamedemad4 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1910c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. added a more informative docstring with response examples;more verbos…

    …e error msg for missing on_msg_cb
    Mohamedemad4 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    febcd8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    111dcb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    a76fa92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5b89b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa6b010 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. ditched the Globals and used a higher order func instead;also ditched…

    … the send thread on_open()
    Mohamedemad4 committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    d9cb894 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. removed uneeded import

    Mohamedemad4 committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    716a5b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. removed config as a default arg;added comment to explain why on_error…

    …() and on_close() don't get a self
    Mohamedemad4 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f157b0c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

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

Commits on Jan 12, 2021

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

Commits on Jul 1, 2021

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

Commits on Jul 7, 2021

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