engine.io
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -0,1 +1,9 @@ | ||
## [4.1.1](https://github.com/socketio/engine.io/compare/4.1.0...4.1.1) (2021-02-02) | ||
### Bug Fixes | ||
* do not reset the ping timer after upgrade ([ff2b8ab](https://github.com/socketio/engine.io/commit/ff2b8aba48ebcb0de5626d3b76fddc94c398395f)), closes [/github.com/socketio/socket.io-client-swift/pull/1309#issuecomment-768475704](https://github.com//github.com/socketio/socket.io-client-swift/pull/1309/issues/issuecomment-768475704) | ||
# [4.1.0](https://github.com/socketio/engine.io/compare/4.0.6...4.1.0) (2021-01-14) | ||
@@ -2,0 +10,0 @@ |
@@ -240,3 +240,2 @@ const EventEmitter = require("events"); | ||
self.emit("upgrade", transport); | ||
self.schedulePing(); | ||
self.flush(); | ||
@@ -243,0 +242,0 @@ if (self.readyState === "closing") { |
{ | ||
"name": "engine.io", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", | ||
@@ -39,3 +39,3 @@ "main": "lib/engine.io.js", | ||
"eiows": "^3.3.0", | ||
"engine.io-client": "4.1.0", | ||
"engine.io-client": "4.1.1", | ||
"engine.io-client-v3": "npm:engine.io-client@3.5.0", | ||
@@ -42,0 +42,0 @@ "eslint": "^4.19.1", |
# Engine.IO: the realtime engine | ||
[![Build Status](https://github.com/socketio/engine.io/workflows/CI/badge.svg)](https://github.com/socketio/engine.io/actions) | ||
[![Build Status](https://github.com/socketio/engine.io/workflows/CI/badge.svg?branch=master))](https://github.com/socketio/engine.io/actions) | ||
[![NPM version](https://badge.fury.io/js/engine.io.svg)](http://badge.fury.io/js/engine.io) | ||
@@ -6,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93816
2282