We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43bcba commit fe1c112Copy full SHA for fe1c112
.changeset/fix-websocket-cleanup.md
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# @asenajs/asena
2
3
+## 0.3.3
4
+
5
+### Patch Changes
6
+-
7
+- 647b8d5: Fix WebSocket cleanup and unsubscribe mechanism
8
9
+ - Fixed topic format inconsistency in subscribe/unsubscribe calls
10
+ - Improved AsenaSocket cleanup to avoid modification during iteration
11
+ - Enhanced unsubscribe method with safer filtering approach
12
+ - Added comprehensive test coverage for memory leak prevention and topic format consistency
13
14
## 0.3.2
15
16
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@asenajs/asena",
- "version": "0.3.2",
+ "version": "0.3.3",
"author": "LibirSoft",
"repository": {
"type": "git",
0 commit comments