Skip to content

Instantly share code, notes, and snippets.

View halter73's full-sized avatar

Stephen Halter halter73

  • Microsoft
  • Kirkland, WA
View GitHub Profile
@halter73
halter73 / pipes.cs
Created July 13, 2017 07:57 — forked from davidfowl/pipes.cs
Pipe sample
using System;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines;
namespace WebApplication19
{
public class Program
{
public static async Task Main(string[] args)

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.