aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
750 stars 398 forks source link

can't Run this sample #14

Closed shao200 closed 6 years ago

shao200 commented 6 years ago

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.

davidfowl commented 6 years ago

Should be fixed now.