fix(llc): fix connecting while connecting and disconneting (#1237)

* fix(llc): fix connecting while connecting and disconneting

* chore(llc): update changelog

* chore(llc): add test

* chore(llc): improve test

* fix(llc): _resetRequestFlags regardless of the connection status
This commit is contained in:
Salvatore Giordano
2022-07-05 12:08:08 +02:00
committed by GitHub
parent d2883c87f0
commit a37bf2bde4
3 changed files with 44 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
## Upcoming
🐞 Fixed
- Fix WebSocket contemporary connection calls while disconnecting
## 4.3.0
🐞 Fixed