Flood

Results 7 issues of Flood

Hi! We are using this web socket implementation. On page load everything is correct and we start sending messages etc. When we loose connection and it gets back again the...

**I'm submitting a ...** ``` [x ] bug report ``` **Current behavior** Just cloned the repo and run "npm run build.prod.rollup.aot" and get this error: `{ Error: 'Angulartics2' is not...

enhancement
help wanted

**I'm submitting a ...** * [x ] bug report * [ ] feature request * [ ] question about the decisions made in the repository * **If the current behavior...

Hi, i've just found out that cache busting is not working. You need to add this row to _ViewImports.cshtml: `@addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers"` This will change this: `` into this: ``

The vendor file should include most of the packages from npm, right? My current vendor file is 40kb but the main-client is 950kb (compressed). Any ideas what to do?

I am trying to add a try/catch method around the whole prerendering like this: ``` try { prerenderResult = await Prerenderer.RenderToString(...); } catch (Exception e) { //TODO: Fix logging }...

npm install fails. Here is a screenshot. ![image](https://cloud.githubusercontent.com/assets/130361/15771467/41202dea-296b-11e6-94c6-ee1004646e55.png)