Skip to content

Commit

Permalink
disable v3
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 21, 2024
1 parent cd2ae3b commit bc6e2db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/engine.io/test/common.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if (process.env.EIO_CLIENT === "3" && process.versions.node.startsWith("22")) {
// FIXME WebSocket error with engine.io-client@3
global.WebSocket = null;
}

const { listen, uServer } = require("..");
const { Socket } =
process.env.EIO_CLIENT === "3"
Expand Down

0 comments on commit bc6e2db

Please sign in to comment.