socketio / engine.io-client

The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling, WebSocket and WebTransport.

Home Page:https://socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setImmediate is not defined

Ahmed-Debbiche007 opened this issue · comments

engine.io-client/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js:

  • ReferenceError: setImmediate is not defined

Need to upgrade xmlhttprequest-ssl from version "2.0.0" => "2.1.1" where the version is fixed

My bad, I upgraded the version and it worked