2
0
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:
2024-09-10 21:51:31 +03:00
parent 7d9751501e
commit 5745887b48
3 changed files with 99 additions and 39 deletions

View File

@ -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();
}