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

feat(socketioxide): disconnect handler #41

Merged
merged 24 commits into from
Sep 17, 2023
Merged

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    cde5a7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bacda1 View commit details
    Browse the repository at this point in the history
  3. fix: remove unnecessary deps

    Totodore committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f97c84f View commit details
    Browse the repository at this point in the history
  4. feat: switch from RwLock to Mutex for the ack_message hashmap s…

    …ince there were only `write()` calls
    Totodore committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8d6098a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68cfb0b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Feature: Adding a DisconnectReason! enum

    The `on_disconnect` fn will then be called with the reason in param.
    Totodore committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    20f2c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd0d55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4579d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    fd8cd48 View commit details
    Browse the repository at this point in the history
  2. chore(format): fmt codebase

    Totodore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    29e9cfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18153ef View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    42cbd0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fcd902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbbfb59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dc58bb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    a148028 View commit details
    Browse the repository at this point in the history
  2. refactor(engineioxide/socket):

    - remove `thiserror::Error` from `DisconnectReason`
    - remove `HttpTransport` error from the `engineioxide::errors::Error` struct
    Totodore committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    9c699b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    caf2bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ea742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6ee3c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e182f View commit details
    Browse the repository at this point in the history
  5. fix(doc): fix doc test

    Totodore committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6605011 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6efd60d View commit details
    Browse the repository at this point in the history