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: new websocket provider #331

Merged
merged 15 commits into from
Jan 2, 2024
Merged

feature: new websocket provider #331

merged 15 commits into from
Jan 2, 2024

Commits on Sep 2, 2023

  1. Initialize WsProvider

    sc0Vu committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    cc8853a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    87a9f4b View commit details
    Browse the repository at this point in the history
  2. Add WsClient Request Manager

    sc0Vu committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    49c5f00 View commit details
    Browse the repository at this point in the history
  3. Update WsClient

    sc0Vu committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    15ae8ea View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    sc0Vu committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6684b46 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Add close method

    sc0Vu committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    44677c7 View commit details
    Browse the repository at this point in the history
  2. Add test for WsProvider

    sc0Vu committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6e833e0 View commit details
    Browse the repository at this point in the history
  3. Add ws example accounts2.php

    sc0Vu committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    eba1833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7142666 View commit details
    Browse the repository at this point in the history
  5. Update ws settings

    sc0Vu committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a80c512 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Remove RequestManager Class

    sc0Vu committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    1af508e View commit details
    Browse the repository at this point in the history
  2. Update test

    sc0Vu committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a7db80f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    sc0Vu committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    db48d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Remove ws callback

    sc0Vu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    8680f14 View commit details
    Browse the repository at this point in the history
  2. Expose timeout

    sc0Vu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    9e6c369 View commit details
    Browse the repository at this point in the history