Skip to content

Commit 6aac851

Browse files
committed
chore(socketio): v0.18.1
1 parent acc5cb0 commit 6aac851

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

crates/socketioxide/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# socketioxide 0.18.1
2+
* fix: issue [#627](https://github.com/Totodore/socketioxide/issues/627). In case of namespace connect failure,
3+
the socket was not properly removed from the adapter and the namespace.
4+
15
# socketioxide 0.18.0
26
* feat(**breaking**): remove sync handlers to gain 50% of compilation speed.
37
* feat: Socket rooms will be removed only **after** the disconnect handler execution,

crates/socketioxide/Cargo.toml

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

0 commit comments

Comments
 (0)