gagliardetto / solana-go

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

Client close method #88

Closed gagliardetto closed 2 years ago

gagliardetto commented 2 years ago

This PR adds a Close() error method to the RPC client.

The closing logic calls CloseIdleConnections on the HTTP client.

Closes #79

@leoluk