We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc5cb0 commit 6aac851Copy full SHA for 6aac851
crates/socketioxide/CHANGELOG.md
@@ -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
+
5
# socketioxide 0.18.0
6
* feat(**breaking**): remove sync handlers to gain 50% of compilation speed.
7
* feat: Socket rooms will be removed only **after** the disconnect handler execution,
crates/socketioxide/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "socketioxide"
description = "Socket IO server implementation in rust as a Tower Service."
-version = "0.18.0"
+version = "0.18.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
0 commit comments