gagliardetto / solana-go

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

Add HandshakeTimeout ops #122

Closed datluongductuan closed 1 year ago

datluongductuan commented 1 year ago

I have add HandshakeTimeout option in ConnectWithOptions function. Tbh Fixing 45 secs in this func is inconvenient for some scenarios.

gagliardetto commented 1 year ago

Thanks!