gagliardetto / solana-go

Go SDK library and RPC client for the Solana Blockchain
Apache License 2.0
930 stars 264 forks source link

Leaking goroutines on ws.ConnectWithOptions #123

Closed pires closed 1 year ago

pires commented 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?