Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mazyod/PhoenixSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BeatConnect/PhoenixSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: new_bc_backport
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 27, 2024

  1. Backport Changes

     - make `StatusHookTable` and `SubscriptionTable` threadsafe
     - make _ref atomic
     - propagate exceptions instead of exception messages when `onError` is invoked
     - modify websocket interface to allow pushing of binary messages
     - allow toggling of sending messages across the wire in binary mode or not
    alimakki committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    237009d View commit details
    Browse the repository at this point in the history
  2. - add .net8 target

     - update `BestHTTPWebsocket.cs` reference implementation
    alimakki committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bf74bef View commit details
    Browse the repository at this point in the history
  3. - revert some bad changes

    alimakki committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d45c304 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9cbdc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    777a4e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4d8c8e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. - use a ConcurrentQueue for the PushBuffer

     - setup actions with checkoutv4
    alimakki committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    de3141e View commit details
    Browse the repository at this point in the history
Loading