fix: ws disconnection (#345)

* update ws removing custom implementation; fixed disconnection while connecting

* add test
This commit is contained in:
Salvatore Giordano
2021-03-22 09:41:52 +01:00
committed by GitHub
parent 83211d319d
commit 6d259074eb
4 changed files with 55 additions and 23 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies:
mime: ^0.9.7
rxdart: ^0.25.0
uuid: ^2.2.2
web_socket_channel: ^1.1.0
web_socket_channel: ^1.2.0
dev_dependencies:
build_runner: ^1.10.0