This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Description
setup:
server: asp.net core app version 2.0
signalr 1.00 alpha
client: Angular 4.3
symptom: when deploying the server to azure app service, server crashes with 2 connections (the entire app crashes and restarts).
i couldn't receive any exception or error from azure app service, just: application stopped unexpectedly.
when using the same setup only with the old signalR (i know its not certified), the app does not crash.
i think its related to the number of connections, because i see it happens when i am connecting the second client and playing a bit.
sorry i dont have too much details, i tried getting some logs from azure but haven't succeeded after few hours...