2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-04 10:18:20 +00:00
This commit is contained in:
2025-08-10 23:14:13 +03:00
parent 693367f626
commit 91c8b93db3
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ class WSocket extends ISocket {
IPEndPoint? _localEP, _remoteEP;
String wsUrl = "";
String wsUrl = "iip";
bool begin() {
if (began) return false;