if for this samples,error is follow:
System.Net.WebSockets.WebSocketException: The 'Sec-WebSocket-Accept' header value 'TTADvdCKZ4RHl0ek4ZWlOMVlq0I=' is invalid.
if add .WithTransport(Microsoft.AspNetCore.Sockets.TransportType.LongPolling), then error is follow:
System.Net.Http.HttpRequestException: 500 (Internal Server Error)
if add .WithTransport(Microsoft.AspNetCore.Sockets.TransportType.ServerSentEvents), then error is follow:
System.Threading.Tasks.TaskCanceledException: A task was canceled.
if add .WithTransport(Microsoft.AspNetCore.Sockets.TransportType.ServerSentEvents), then error is follow:
if add WebSockets then error is follow:
System.Net.WebSockets.WebSocketException: The 'Sec-WebSocket-Accept' header value 'M4b91cosiaTsNqwMqG1/Pv7WICw=' is invalid.
if for this samples,error is follow: System.Net.WebSockets.WebSocketException: The 'Sec-WebSocket-Accept' header value 'TTADvdCKZ4RHl0ek4ZWlOMVlq0I=' is invalid. if add .WithTransport(Microsoft.AspNetCore.Sockets.TransportType.LongPolling), then error is follow: System.Net.Http.HttpRequestException: 500 (Internal Server Error) if add .WithTransport(Microsoft.AspNetCore.Sockets.TransportType.ServerSentEvents), then error is follow: System.Threading.Tasks.TaskCanceledException: A task was canceled. if add .WithTransport(Microsoft.AspNetCore.Sockets.TransportType.ServerSentEvents), then error is follow: if add WebSockets then error is follow: System.Net.WebSockets.WebSocketException: The 'Sec-WebSocket-Accept' header value 'M4b91cosiaTsNqwMqG1/Pv7WICw=' is invalid.