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: socketio/socket.io-redis-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0
Choose a base ref
...
head repository: socketio/socket.io-redis-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 13, 2020

  1. fix: fix broadcasting (#361)

    `except` is undefined when using the namespace to broadcast.
    
    This should fix the following error in the latest release:
    
    ```
    TypeError: opts.except is not iterable
      at RedisAdapter.broadcast (.../node_modules/socket.io-redis/dist/index.js:255:34)
      at Namespace.emit (.../node_modules/socket.io/dist/namespace.js:175:22)
      at Server.<computed> [as emit] (.../node_modules/socket.io/dist/index.js:442:33)
    ```
    tomasvidhall committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    3334d99 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    0d2d69c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509c0f0 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.0.1

    darrachequesne committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    4dae265 View commit details
    Browse the repository at this point in the history
Loading