Closed pires closed 1 year ago
This code spawns two goroutines before returning:
From a quick glance at this code, I think Client.Close() should cancel these two goroutines. Thoughts?
Client.Close()
This code spawns two goroutines before returning:
From a quick glance at this code, I think
Client.Close()
should cancel these two goroutines. Thoughts?