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: buttplugio/buttplug-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: buttplugio/buttplug-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: no-tuple
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 30, 2024

  1. Revert "fix: Actually wait for websocket tasks to complete"

    This reverts commit a909020.
    qdot committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3db5130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36febdc View commit details
    Browse the repository at this point in the history
  3. Revert "chore: Convert from DataFlow to Channels"

    This reverts commit b75f9f1.
    qdot committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5fb5cdd View commit details
    Browse the repository at this point in the history
  4. chore: Remove all tuples

    This is done to remove the dependence on System.Tuple for .Net 4.6.2 builds.
    Only really needed when building mods for older Unity games that don't
    use an updated .Net runtime.
    qdot committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c850a1e View commit details
    Browse the repository at this point in the history
Loading