Kestrelhttpserver: Signalr and Websockets

Created on 25 Jun 2015  路  4Comments  路  Source: aspnet/KestrelHttpServer

Hello,

Tried to deploy an app with singalr on kestrel. (works on IIS)

But doesn't work at all on kestrel. (beta6)

How will Kestrel handle websockets? And guess at least long polling should work, but seem it's not.

I'm doing something wrong , or it's not implemented ?

question

Most helpful comment

Understand,

    app.UseWebSockets(); 

Will try that out.

All 4 comments

When using kestrel, you need to use the websocket middleware

@davidfowl , any samples ? :)

Understand,

    app.UseWebSockets(); 

Will try that out.

Maybe you have a buggy Mono Version. AFAIK 4.0.1 got some bugs.
After I've upgraded to >=4.0.2 it worked.

Was this page helpful?
0 / 5 - 0 ratings