Closed makasim closed 4 years ago
On c.Close() c.heartbeater() might exit just before c.deadlines <- conn is called. Which results in this goroutine being stuck forever.
Thank you!
On c.Close() c.heartbeater() might exit just before c.deadlines <- conn is called. Which results in this goroutine being stuck forever.