Azure / Azure/DotNetty

connect failed handle leak

Open
#312 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.3k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

This my test code on CentOS:
```
while (true)
{
try
{
times++;
bootstrap.ConnectAsync("127.0.0.1", 8001).Wait();
Thread.Sleep(10000);
}
catch (Exception e)
{
Console.WriteLine("test connect times ====================:" + (times));
}
}
```
the port 8001 is not open .

Then hande leak

![test](https://user-images.githubusercontent.com/3404974/32881483-54e38736-caec-11e7-8a57-865422b16398.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.