Skip to content

Instantly share code, notes, and snippets.

View signalrcoreteam's full-sized avatar

SignalR Core Team signalrcoreteam

View GitHub Profile
@signalrcoreteam
signalrcoreteam / functional-bug.md
Created April 5, 2013 06:05
Templates for filing bugs on SignalR

Title

A short description of the bug that becomes the issue title
e.g. Long polling transport tries reconnecting forever when ping succeeds but poll request fails*

Any functional impact

Does the bug result in any actual functional issue, if so, what?
e.g. If poll request starts working again, it recovers. Otherwise, it sends many requests per sec to the servr.

Minimal repro steps

What is the smallest, simplest set of steps to reproduce the issue. If needed, provide a project that demonstrates the issue.