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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user