solana-go icon indicating copy to clipboard operation
solana-go copied to clipboard

Add error handling to WebSocket handleMessage function, resolves #175

Open theghostmac opened this issue 9 months ago • 1 comments

Changelog:

  • I added a getJsonRpcError function in client.go to handle errors for handleMessage
  • I renamed all receivers to c (My IDE automatically fixed that, and undo was difficult).

theghostmac avatar May 08 '24 00:05 theghostmac