Signalr: StatusCode: 400, ReasonPhrase: 'Bad Request', Version: 1.1, Content: System.Net.Http.StreamContent

Created on 13 Sep 2017  路  1Comment  路  Source: SignalR/SignalR

[0:] StatusCode: 400, ReasonPhrase: 'Bad Request', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
Cache-Control: no-cache
Pragma: no-cache
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Content-Type-Options: nosniff
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Wed, 13 Sep 2017 12:51:55 GMT
Content-Type: text/html
Expires: -1
}

Expected behavior

Signalr should send every request using same tcp port.

Actual behavior

Signalr should sending every new request using different tcp port.

Steps to reproduce

User Signalr client on any xamarin app with server side load balancer.

>All comments

You need to set the same machine key on each server.

Was this page helpful?
0 / 5 - 0 ratings