Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:4.4.1
Choose a base ref
Loading
...
head repository:socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:4.5.0
Choose a head ref
Loading
  • 17commits
  • 51files changed
  • 4contributors

Commits on Jan 6, 2022

  1. chore: revert to lockfile v1

    Updating to v2 fails in the CI on Node.js 12 & 14 with the followingerror:> npm ERR! Error while executing:> npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/uNetworking/uWebSockets.js.git> npm ERR!> npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.> npm ERR! git@github.com: Permission denied (publickey).> npm ERR! fatal: Could not read from remote repository.> npm ERR!> npm ERR! Please make sure you have the correct access rights> npm ERR! and the repository exists.> npm ERR!> npm ERR! exited with error code: 128So we will revert the change for now.
    @darrachequesne
    darrachequesne committedJan 6, 2022
    Configuration menu
    Copy the full SHA
    aa5312aView commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. docs: remove broken badges

    Related:#4242
    @darrachequesne
    darrachequesne committedJan 10, 2022
    Configuration menu
    Copy the full SHA
    af54565View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b6d8fView commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    02c87a8View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f96438View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    0b7d70cView commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. feat: broadcast and expect multiple acks

    Syntax:```jsio.timeout(1000).emit("some-event", (err, responses) => {  // ...});```The adapter exposes two additional methods:- `broadcastWithAck(packets, opts, clientCountCallback, ack)`Similar to `broadcast(packets, opts)`, but:* `clientCountCallback()` is called with the number of clients that  received the packet (can be called several times in a cluster)* `ack()` is called for each client response- `serverCount()`It returns the number of Socket.IO servers in the cluster (1 for thein-memory adapter).Those two methods will be implemented in the other adapters (Redis,Postgres, MongoDB, ...).Related:-#1811-#4163-socketio/socket.io-redis-adapter#445
    @darrachequesne
    darrachequesne committedMar 31, 2022
    Configuration menu
    Copy the full SHA
    8b20457View commit details
    Browse the repository at this point in the history
  2. feat: add support for catch-all listeners for outgoing packets

    This is similar to `onAny()`, but for outgoing packets.Syntax:```jssocket.onAnyOutgoing((event, ...args) => {  console.log(event);});```
    @darrachequesne
    darrachequesne committedMar 31, 2022
    Configuration menu
    Copy the full SHA
    531104dView commit details
    Browse the repository at this point in the history
  3. refactor: make the protocol implementation stricter

    This commit handles several edge cases that were silently ignoredbefore:- receiving several CONNECT packets during a session- receiving any packet without CONNECT packet first
    @darrachequesne
    darrachequesne committedMar 31, 2022
    Configuration menu
    Copy the full SHA
    0b35dc7View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    9f75868View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

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

Commits on Apr 7, 2022

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

Commits on Apr 20, 2022

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

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    06e6838View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1bb62View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    572133aView commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    8ecfcbaView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp