From ff982f8a4436034b984e7d258a48acddfdcc1181 Mon Sep 17 00:00:00 2001 From: tprevot Date: Tue, 15 Sep 2026 21:00:08 +0200 Subject: [PATCH] chore: socketioxide-redis v0.4.3 --- crates/socketioxide-redis/CHANGELOG.md | 3 +++ crates/socketioxide-redis/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/socketioxide-redis/CHANGELOG.md b/crates/socketioxide-redis/CHANGELOG.md index 85583c35..fe7cb4d9 100644 --- a/crates/socketioxide-redis/CHANGELOG.md +++ b/crates/socketioxide-redis/CHANGELOG.md @@ -1,3 +1,6 @@ +# socketioxide-redis 0.4.3 +* fix: remote socket emit times out even when the remote node answered [#782](https://github.com/Totodore/socketioxide/pull/782) + # socketioxide-redis 0.4.2 * deps: bump `socketioxide-core` to 0.19 diff --git a/crates/socketioxide-redis/Cargo.toml b/crates/socketioxide-redis/Cargo.toml index 60c5446f..2f28965d 100644 --- a/crates/socketioxide-redis/Cargo.toml +++ b/crates/socketioxide-redis/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "socketioxide-redis" description = "Redis adapter for the socket.io protocol" -version = "0.4.2" +version = "0.4.3" edition.workspace = true rust-version.workspace = true authors.workspace = true