2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 06:48:41 +00:00

new TcpSocket

This commit is contained in:
2026-04-05 22:28:11 +03:00
parent 5c26c1aa5c
commit 7b5201418f
7 changed files with 634 additions and 18 deletions
+1 -1
View File
@@ -1578,7 +1578,7 @@ public partial class EpConnection : NetworkConnection, IStore
if (UseWebSocket || RuntimeInformation.OSDescription == "Browser")
socket = new FrameworkWebSocket();
else
socket = new TCPSocket();
socket = new TcpSocket();
}
if (port > 0)