2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-05-02 15:48:43 +00:00

Added Records

This commit is contained in:
2021-06-18 17:56:25 +03:00
parent ece7c7d08f
commit d6b2a27221
26 changed files with 1236 additions and 321 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ namespace Esiur.Net
//sock.OnClose -= Socket_OnClose;
//sock.OnConnect -= Socket_OnConnect;
//sock.OnReceive -= Socket_OnReceive;
sock.Destroy();
sock?.Destroy();
//Receiver = null;
Close();
sock = null;