Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pinned
29 contributions in the last year
Activity overview
Contribution activity
January 2020
Created an issue in golang/go that received 1 comment
TCP Connections not closed by garbage collector
This is asked before. #541
It seems that the connection is still not closed. Should I explicitly call runtime.SetFinalizer.
package main import ( "net
1
comment