mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
ASPNet Support
This commit is contained in:
@ -1595,7 +1595,7 @@ public partial class DistributedConnection : NetworkConnection, IStore
|
||||
{
|
||||
var os = RuntimeInformation.FrameworkDescription;
|
||||
if (UseWebSocket || RuntimeInformation.OSDescription == "Browser")
|
||||
socket = new ClientWSocket();
|
||||
socket = new FrameworkWebSocket();
|
||||
else
|
||||
socket = new TCPSocket();
|
||||
}
|
||||
|
Reference in New Issue
Block a user