Skip to content

Commit f05cb2c

Browse files
authored
chore: backport #554 and bump engineioxide to v0.17.1 (#559)
1 parent 0757cda commit f05cb2c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

crates/engineioxide/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# engineioxide 0.17.1
2+
* fix: upgrade process was timing out when the client made accidentally more
3+
than one polling requests while upgrading (#497).
4+
15
# engineioxide 0.17
26
* MSRV: rust-version is now 1.86 with edition 2024
37

crates/engineioxide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "engineioxide"
33
description = "Engine IO server implementation in rust as a Tower Service."
4-
version = "0.17.0"
4+
version = "0.17.1"
55
edition.workspace = true
66
rust-version.workspace = true
77
authors.workspace = true

0 commit comments

Comments
 (0)