mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
Dart 2.7
This commit is contained in:
@@ -102,6 +102,7 @@ class TCPSocket extends ISocket
|
||||
}
|
||||
|
||||
void doneHandler(){
|
||||
close();
|
||||
sock.destroy();
|
||||
}
|
||||
|
||||
|
||||
@@ -22,6 +22,8 @@ SOFTWARE.
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
import 'dart:io';
|
||||
import 'ISocket.dart';
|
||||
import '../../Data/DC.dart';
|
||||
@@ -186,4 +188,5 @@ class WSSocket extends ISocket
|
||||
var reply = new AsyncReply<ISocket>();
|
||||
return reply;
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user