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

Refactor WebSocket support into separate sync/async implementations #206

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jan 4, 2024

  1. Initial refactor

    dolfies committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    fc040c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b73411b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e3b1f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    541f2b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b1cede View commit details
    Browse the repository at this point in the history
  6. Fix headers :)

    dolfies committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    73592bb View commit details
    Browse the repository at this point in the history
  7. Fix websocket tests

    dolfies committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    186be17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b0870f View commit details
    Browse the repository at this point in the history
  9. Another runtime import :(

    dolfies committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8c55557 View commit details
    Browse the repository at this point in the history
  10. Move BrowserType to models

    dolfies committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    308de63 View commit details
    Browse the repository at this point in the history
  11. Don't double-lock recv()

    dolfies committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4f0ebd9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e890302 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Add ping frame shorthand

    dolfies committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ae00683 View commit details
    Browse the repository at this point in the history
  2. Move more things to base

    dolfies committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dc6936e View commit details
    Browse the repository at this point in the history