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 bytes::Bytes instead of Vec<u8> to represent binary payloads #285

Merged
merged 7 commits into from
Apr 14, 2024

Commits on Apr 14, 2024

  1. feat(socketio): use bytes::Bytes to represent a binary payload

    This replaces the use of Vec<u8>.
    kelnos committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d18ee71 View commit details
    Browse the repository at this point in the history
  2. feat(engineioxide): use bytes::Bytes to represent a binary payload

    This replaces the use of Vec<u8>.
    kelnos committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    adf5f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c665a5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    032ea4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    674d4dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    597b50a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b216925 View commit details
    Browse the repository at this point in the history